You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, I'm trying to use this library to communicate with a secure websocket inside of a webextension. The confusion I have is in the example the cert.pem and key.pem are self signed, but I don't know how to get these two files for an existing page. Without these it doesn't seem like the browser js wss websocket can find the socket created with this library. Is there a straightforward approach to handle this situation?
The text was updated successfully, but these errors were encountered:
They are just the standard SSL/TLS certificate and key. If your webserver already has a set then you can just use those, otherwise you'll need to look into getting a set.
Hello there, I'm trying to use this library to communicate with a secure websocket inside of a webextension. The confusion I have is in the example the cert.pem and key.pem are self signed, but I don't know how to get these two files for an existing page. Without these it doesn't seem like the browser js wss websocket can find the socket created with this library. Is there a straightforward approach to handle this situation?
The text was updated successfully, but these errors were encountered: