Questions tagged [wss]

For questions about the WebSocket Secure (wss://) protocol.

44 questions
6
votes
1 answer

worker_connections are not enough - Nginx, docker

In my production server we have several upstreams which are docker containers running behind a reverse proxy with nginx. One of this containers is a mqtt broker (mosquitto) that we use to connect through websockets. This is our nginx.conf…
raven
  • 111
  • 1
  • 5
5
votes
1 answer

HA Proxy and Websockets

I'm setting up my first HAProxy reverse proxy server. It's going to be a proxy for an HTML5 app running on tomcat from a different server. I was able to get it to proxy out via HTTP, redirect all requests to HTTPS, and implement HSTS. However,…
JoeInVT
  • 85
  • 1
  • 5
4
votes
0 answers

Nginx websocket 502 bad gateway

I'm trying to use nginx as proxy for websocket nodejs server, but I'm always getting 502 bad gateway. my domain config: upstream server { server 127.0.0.1:8090; } server { listen 8085; server_name server.cz server; ssl on; #ssl_certificate…
zajca
  • 203
  • 1
  • 3
  • 7
4
votes
2 answers

What is the free version of Sharepoint and where do I get it?

For (quite literally) playing around at home, I'd like to get a copy of Sharepoint. I might find a use for it, so I don't want a trial version. I'm aware that there is a "free" version that doesn't include the MS Office integration etc, and that's…
Neil Barnwell
  • 201
  • 3
  • 8
3
votes
1 answer

nginx setup for wss:// keep getting 301 redirects

Can't get wss:// (or ws://) working on my Digital Ocean, Ubuntu server using nginx, keep getting 301 redirect and no connection. Websocket server: node + express + uws served on http://localhost:3000/chat (I have tested it by opening up 3000 in ufw…
Michael Dausmann
  • 133
  • 1
  • 1
  • 5
3
votes
1 answer

WSS Load Balancing with SSL Termination at layer 4

Should it be possible to terminate SSL for wss (secure websockets) at a layer 4 load balancer? Seems to me that wss (and ws) in general would require TCP routing since an HTTP reverse proxy wouldn't be able to make sense of the packets; and, SSL…
rbinion
  • 31
  • 2
3
votes
4 answers

55GB LDF file in C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data? How can I clear it?

It seems I had someone trying to perform brute-force login attempts on my SQL 2005 server. As a result, the log file has grown to about 55 gigs and sits in C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data. The file itself is called…
Ryan Peters
  • 195
  • 1
  • 3
  • 13
3
votes
3 answers

Risks involved in setting up Kerberos authentication for WSS Reporting Services

We have an established Intranet based on WSS with two front ends and a database. Currently all authentication is NTLM. We have installed Reporting Services In Integration Mode. RS works as long as the web front end that has RS installed on it…
Mesh
  • 213
  • 3
  • 10
3
votes
3 answers

Windows Sharepoint Services Login Problem

I am wanting to try out Windows Sharepoint Services on my Windows 2008 Box at home. The Windows 2008 Server is a domain controller. I have installed IIS 7, Active Directory, SQL 2008 Standard and downloaded Windows Sharepoint Services 3 SP2. I setup…
Matthew
2
votes
1 answer

Proxy wss through nginx (Connection reset by peer)

I have browser and server on ip-address a.b.c.d Now I have 2 possible URLs to server: Through Nginx from browser browser -> https://a.b.c.d/ -> server Through WSS from javascript browser -> wss://a.b.c.d:10062 -> server So, server listnes on 443…
Ivan Borshchov
  • 133
  • 1
  • 10
2
votes
1 answer

SharePoint (WSS 3.0) not updating permissions based on Active Directory Security Groups

My organization has a small SharePoint server (WSS 3.0). Many of the permissions are assigned by putting an Active Directory Security Group as a user inside of a SharePoint group. Until now, this has worked fine. Recently, we noticed that when new…
Josh G.
  • 21
  • 2
2
votes
1 answer

Sharepoint alert email were blocked by Sophos 10.0 - are they gone forever?

We are running WSS 3.0 SP2 on Windows Server 2003 R2 x64. We had recently upgraded our Sophos Endpoint Protection from version 9.7 to 10.0. Immediately, our alerts stopped working (although it wasn't noticed immediately). When you tried to create a…
Dan
  • 1,278
  • 18
  • 27
1
vote
1 answer

Install both WSS and MOSS on same machine

Is it possible to install WSS v3 and MOSS 2007 on same machine and run them both?
Janis Veinbergs
  • 1,545
  • 4
  • 23
  • 34
1
vote
1 answer

Need advice on SBS 2008: Premium or Standard? WSS and/or MOSS?

we are going to get a SBS 2008 server (Standard) to handle file sharing, exchange etc in my company. We will most likely also use Sharepoint services on the server. The SBS is presented as an affordable all-in-one solution for small…
grojo
  • 419
  • 1
  • 7
  • 18
1
vote
3 answers

Sharepoint 3.0 (WSS), IIS 6 authentication from foreign domain

I've searched everywhere for this... I have a standalone IIS server, that is not a member of domain, connected to our network via VPN. There are several webpages running on this server, Sharepoint being one of them. I've configured local…
imagodei
  • 499
  • 1
  • 3
  • 13
1
2 3