Relative Content

Tag Archive for sslwebsockethttpsssl-certificateself-signed-certificate

web browser: localhost ws + https

i did a ws server for user’s device that connects to localhost
my website connects to the local ws server to make certain operations in user’s device
this worked perfectly until i switched from http to https
https sites can’t connect to ws, only to wss
so i want to do a reverse proxy that converts ws to wss, the problem is i need a SSL certificate
this is really important to my page since the fun part of it is the ws in device