EdFuentetaja / EdFuentetaja.github.io

2 stars 0 forks source link

software/websockets/ #20

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

Notes on WebSockets - Notas notables

http://localhost:4000/software/websockets/

EdFuentetaja commented 4 months ago

I have migrated comments from "disqus" to "utterances". This is a comment from Umar on February 4, 2022:

Hey Ed - This was fantastic. Thanks so much. I seemed to be having an issue with my certificates and couldn't tell if it was the certificates or my code. Turned out to be the certificates. Using your certificates, if on the server side, I try to authenticate the certificate the client sends accross, I get the error 'Received client certificate chain is not trusted'. Not sure why this would occur, ill keep digging and post an update if I find it! Authenticating the sever's cert on the client's side seems to work brilliantly. Thanks

and on February 16, 2022:

I found my mistake, it was that my server was trying to authenticate the client's cert .... i didn't need it so I removed it, if I tackle it again ill post another update.