Is there a secure websocket (wss protocol) browser plugin available?
2 answers
I used the "Simple WebSocket Client" chrome plugin to test the wss endpoint. If your website uses a self-signed certificate, you need to add that certificate as trusted, certified in your browser.
I followed the below steps to add self signed in my Chrome browser.
Let's assume your websocket url is "wss: // host1: port1 / testSocket". Then enter url as https: // host1: port1 / testSocket and trust the certificate.
+4
source to share
AutobahnTestsuite is an automatic WebSocket protocol test packet that supports WSS. It is used by most WebSocket developers to test their implementations for compliance and compatibility.
Disclosure: I am the original author of testuite.
+4
source to share