Websocket Https Problemo #312
-
is there a way to circumvent this and be able to connect to an "insecure" websocket with ws:// |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
btw. when i do so via the dev console of chrome with |
Beta Was this translation helpful? Give feedback.
-
there is no way to circumvent that, you can disable the check in browsers for domains (if this is only for testing): https://www.damirscorner.com/blog/posts/20210528-AllowingInsecureWebsocketConnections.html |
Beta Was this translation helpful? Give feedback.
-
thanks guys, or i have to go through the pain of making the websocket secure on windows ... |
Beta Was this translation helpful? Give feedback.
-
you could open it in an electron app, like this: |
Beta Was this translation helpful? Give feedback.
there is no way to circumvent that, you can disable the check in browsers for domains (if this is only for testing):
https://www.damirscorner.com/blog/posts/20210528-AllowingInsecureWebsocketConnections.html