You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
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.
The text was updated successfully, but these errors were encountered: