How can I establish a secure connection to a websocket on localhost? How can I establish a secure connection to a websocket on localhost? google-chrome google-chrome

How can I establish a secure connection to a websocket on localhost?


If you have admin privileges on the POS terminals, how about adding a line to the HOSTS file like:

127.0.0.1 localhost.mycompany.com

Now you can use a real certificate for localhost.mycompany.com in the server application.