Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wss connection failure #100

Open
michelga opened this issue Jun 27, 2017 · 3 comments
Open

wss connection failure #100

michelga opened this issue Jun 27, 2017 · 3 comments

Comments

@michelga
Copy link

I am using IIS 8 and have installed private SSL certificate. ws port works perfectly fine, but when I use wss, the server says a new client is connected, but the browser stays on status 0 for a while then times out.
I would appreciate some help.

@blondie101010
Copy link
Contributor

The issue is most likely caused by your browser's reaction to your private certificate. You should most definitely look into that first as it would be a totally different story which is irrelevant to this package.

Are you able to open the web page through HTTPS with the same certificate?

@oguls
Copy link

oguls commented Jul 10, 2017

Hi,

Self Signed certificate issue. Open your browser and and accept certificate first then make connection.
If your js client file is on the same server then obviously you are first accepting the certificate.

@lestcape
Copy link

Data is send in an encrypted way to the server, so nothing is detected properly in that way...
This is duplicate of: #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants