For questions about the WebSocket Secure (wss://) protocol.
Questions tagged [wss]
47 questions
0
votes
1 answer
how to create a localized sharepoint site?
I have an English version of SharePoint installed. Just for the sake of a direct question, how can I create a German site inside of this English installation?
I know what you might be thinking - install the language packs. Which I have done... both…

JL.
- 1,283
- 10
- 22
- 35
0
votes
2 answers
TFS Sharepoint redirects "tfs.example.com/" to "SVTFS/default.aspx" (hostname)
I've installed TFS 2008 and along with that came WSS (Sharepoint) 3.0. The server is located in a DMZ and has a hostname of "SVTFS". When the clients access it from the outside they use the fully qualified name "tfs.example.com".
Now,…

henriksen
- 273
- 2
- 7
0
votes
0 answers
elb ssl termination for wss websocket fails net::ERR_RESPONSE_HEADERS_TRUNCATED
I am trying to get a websocket communication working through a classic ELB with ssl termination to wowza, a java based media server.
Setup
VPC
R53
test.myTld.com
IPv4, Alias=Yes, Target myElb, Routing Simple
CLASSIC ELB: myElb
listeners: SSL…

art vanderlay
- 171
- 1
- 4
0
votes
1 answer
SIPML5 connection to Asterisk 13 over wss
I have successfully setup sipml5 using a standard non secure ws:// to an asterisk 13 server, can make and receive calls using demo at https://www.doubango.org/sipml5/call.htm. However, I am having problem with wss or secure socket connection.
I got…

Sibin John Mattappallil
- 111
- 1
- 3
0
votes
2 answers
Sharepoint 2007 per User Homepage
I have a Sharepoint 2007 server with lots of sites and lots of users. I'd like to be able to associate each user with their own default home page when they log in. IE: User1 goes to Site1 when they log in and User2 goes to Site2 every time they…
Stu
0
votes
2 answers
Sharepoint Access Denied to new site - I am the primary admin
I keep getting access denied when trying to access my new site through a browser.
In central admin i am primary administrator of the web app, i can connect to it using sharepoint designer and edit files and save them. Just when i try to browse to…

chicken
- 198
- 2
- 10
0
votes
1 answer
Is it possible to configure WSS 2.0 in a way to access the wss 2.0 via the internet?
I'm trying to configure an old Windows Share Point Server 2.0 so that it will be reachable via internet or a least by a url other than http://companyweb/. Is this possible?
It is running on Windows Small Business Server 2003

David
- 1
- 2
0
votes
1 answer
WSS 3.0 Forms Authentification for RoleManager
I'm trying to set up Forms Authentification with LDAP in SharePoint 2007 (WSS 3.0). I made it to the point where I can see users with prefix ad: but I'm having trouble to get roleManager and adgroup: prefix to work. Most likely the…

MadBoy
- 3,725
- 15
- 63
- 94
0
votes
1 answer
problems with installing WSS + SP 2 as a prereq of TFS 2008
i have an issue when i attempt to run the following Command
stsadm.exe -o extendvs -exclusivelyusentlm -url http://WSSServerName:80 -ownerlogin Domain\UserName -owneremail "admin@localhost" -sitetemplate sts -description "Default Web Site"
i…

Eli B
- 115
- 1
- 5
0
votes
2 answers
Sharepoint Reporting Services on Intranet Farm
We have a Intranet Farm with two load balanced front end servers and a separate database, Report server is installed on box 1, so enysys data extenstions can access the sharepoint DOM.
IIS-BOX 1 + Report Server
IIS_BOX 2
SQL Server
The problem is RS…

Mesh
- 213
- 3
- 10
0
votes
2 answers
Sharepoint (WSS) - searching for column values - how?
I've created a document library in Sharepoint (SBS 2008/WSS 3.0). I did add a custom column (case #) to the list, and would like the users to be able to link to/search for documents with specific #'s. Is this possible out of the box with…

grojo
- 429
- 1
- 7
- 18
0
votes
1 answer
preparing to migrate MOSS 2007 SP1 content into new server with MOSS 2007 SP2 with the same server name using builtin tools
To All Experts here,
I'd like to perform a MOSS server content migration from the existing single instance server (SQL Server 2008, Windows Server 2008, SharePoint 2007 SP1) all in one and by maintaining the server name only, here's what I had in my…

Senior Systems Engineer
- 1,275
- 2
- 33
- 62
0
votes
1 answer
Is there a way of rewriting wss to https Apache 2
Hi im currently trying to find a way to
switch out the protocol of a url.
Im having a server wich is running fine on its own but behind a apache reverse proxy its throwing the error connection to websocket failed.
The problem is that the Websocket…

T0b1a5
- 1
- 3
0
votes
0 answers
Nginx upstream wss proxy SSL_read() failed (SSL: error:0A000126:SSL routines::unexpected eof while reading)
What I need is
Client <--wss---> nginx <--wss--> server
I am doing a wss proxy, I have already got it working on Apache but I want to switch to nginx now here's the apache config:
ProxyPass…

Steve Moretz
- 173
- 1
- 9
0
votes
0 answers
What to do if your websocket based app inside a docker cannot do WSS, will reverse proxy with NGINX work?
I'm on a journey to figure out if and how to use NGINX as a reverse proxy for an app server in a docker that needs WS, but we need the clients to use a secure WSS connection. At first I thought of just using a WSS to WS NGINX reverse proxy. We…

gwhiz
- 37
- 5