Trynig to create Encrypted websockify connections #474
-
Hi to all , #467 I read this disccusion to have knowladge then I read https://github.com/novnc/websockify-js documention page to start websockify server with wss option and I did that now I can able to start the websockify with wss option but now webadb throw a error After this page it gave a problem that seen below, Error , What I am doing wrong ? Please help me out. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
I got same problem with my localhost when I used wss option normally it would connect If I use ws option |
Beta Was this translation helpful? Give feedback.
-
I inspected the web page warnings and I got these ones Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Make sure you entered the correct Common Name when creating the certificate using OpenSSL, that should match the IP address you are connecting ( |
Beta Was this translation helpful? Give feedback.
-
Also make sure you installed/trusted the self-issued certificate on your current PC, usually that requires you to export the certificate into |
Beta Was this translation helpful? Give feedback.
Also make sure you installed/trusted the self-issued certificate on your current PC, usually that requires you to export the certificate into
.cer
format, then open and import it.