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
Hi,
I'm trying to connect to my websocket with an SSL certificate, on the socket.io documentation for the node.js specific option, you can put an SSL certificate https://socket.io/docs/v4/client-options/#nodejs-specific-options but on this library it's not possible, even though it uses the socket.io-client library.
I get this ‘net::ERR_CERT_AUTHORITY_INVALID’ error when I use the websocket connection on my browser but on POSTMAN it works.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to connect to my websocket with an SSL certificate, on the socket.io documentation for the node.js specific option, you can put an SSL certificate https://socket.io/docs/v4/client-options/#nodejs-specific-options but on this library it's not possible, even though it uses the socket.io-client library.
I get this ‘net::ERR_CERT_AUTHORITY_INVALID’ error when I use the websocket connection on my browser but on POSTMAN it works.
The text was updated successfully, but these errors were encountered: