Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
3
votes
1 answer

Websocket connection for nginx and parity?

I am running a dAPP on a cloud server and using nginx and parity client with wesocket enabled on it. I installed a certbot certificate for the https domain. Now i am having problem that while accessing my website using https it gives an error on…
Hsn
  • 1,168
  • 2
  • 16
  • 39
3
votes
3 answers

Alternative Hostname for an IIS web site for internal access only

I'm using IIS in Windows 2003 Server for a SharePoint intranet. External incoming requests will be using the host header portal.mycompany.com and be forced to use SSL. I was wondering if there's a way to set up an alternate host header such as…
Daniel O
  • 2,810
  • 3
  • 28
  • 35
3
votes
2 answers

web socket not working with SSL and WSS in javascript

I have implemented web socket using below code, try { console.log('wss://' + hostname + ':' + port + endpoint); webSocket = new WebSocket(webSocketURL); webSocket.onmessage = function (event) { //console.log('send…
kishan
  • 138
  • 1
  • 3
  • 11
3
votes
2 answers

Setting up a secure (wss) websockets server with Apollo and GraphQL

I am using the following pattern to set up a websockets connection for Apollo/GraphQL subscriptions: import express from 'express'; import { graphqlExpress, graphiqlExpress, } from 'apollo-server-express'; import bodyParser from…
Langostino
  • 121
  • 2
  • 5
3
votes
1 answer

Adding HTTPHandler using SPWebConfigModification

I'm using the following code to add few httpHandlers (for Telerik controls) through the following code. SPWebConfigModification webConfig = null; webConfig = new SPWebConfigModification(); webConfig.Owner =…
NLV
  • 21,141
  • 40
  • 118
  • 183
3
votes
0 answers

Websockets not working on WSS over https but works fine with ws over http

I am creating a function to interact with multiple projects. There are two projects in one there are applications to fill and in another project, all application response can be seen. I wanted to implement a function to update the application…
Compsci_guy
  • 55
  • 1
  • 9
3
votes
2 answers

How to reconnect a client automatically on ratchetphp?

I'm using rachetphp to create a client for an api server. But i have a problem, when my connection close, whatever the reason, i can't reconnect automatically. here the lib i use : https://github.com/ratchetphp/Pawl
LordSoldier
  • 33
  • 1
  • 4
3
votes
2 answers

SharePoint - Custom document library with folder structure

I have a custom document library template with content types. This works fine but the only thing that I would like to add is that when a user instantiates a new document library based on that template, that is has a predefined folder structure…
Maarten Louage
  • 115
  • 1
  • 7
3
votes
1 answer

Is that a bug in WSS3.0 Web Services queries?

I've been struggling all day to debug a query that filters out element based on the Modified field using Lists web service and GetListItems method, to get only the elements modified since the last time I checked. Here is the query…
Antoine
  • 5,055
  • 11
  • 54
  • 82
3
votes
2 answers

WebSocket opening handshake was canceled

In Chrome, I have a problem with the WebSocket connection: wss:// failed: WebSocket opening handshake was canceled In the other browsers all is working well. What can I do?
3
votes
1 answer

Comfiguring Apache for socket.io and SSL / WSS

As the title suggests, I'm trying to get Apache and Socket.io (node.js) to play nicely, especially on SSL. Currently, the client app at https://www.example.com uses Socket.io over SSL to connect to the server at [SSL…
Bryce
  • 31
  • 1
  • 5
3
votes
0 answers

How connect websocket to wss:// on https server

i could connect to my websocket php server on client side js file like this: websocket = new WebSocket("ws://mysite.com:9091"); but now we bought ssl for our server , so url start with Https instead of Http Now we can't connect to ws:// so i…
Sam Rad
  • 451
  • 2
  • 5
  • 13
3
votes
4 answers

Why do I get 401 UNAUTHORIZED when I'm entering to WSS 3.0 site?

When I'm opening for the first time my webpage on WSS 3.0 I always get 401 UNAUTHORIZED. I was trying a lot of resolutions from Google results. I disabled loop back check. Added administrator rights for sharepoint account. I have to add that I'm…
truthseeker
  • 2,214
  • 6
  • 30
  • 53
3
votes
1 answer

Socket.io has stopped working since last 1 week

Can anyone help me with this weird error that I'm facing since last week which is specific to windows 10 home edition (all browsers). Its weird, as this error has arisen in a system which has been working fine since last 3 years (incl win 10 pc…
chiragajmera
  • 58
  • 1
  • 5
3
votes
4 answers

IS CAML the only way to Query MOSS?

CAML is hard to learn, and dificult to use, is there a better way to get results from MOSS, besides using CAML queries? And not referring to the Web Services, which are slower, or the object model, which again is slower.
Michael L
  • 5,560
  • 7
  • 29
  • 32