Authentication?
vinniefalco opened this issue · 1 comments
vinniefalco commented
How do you verify the server certificate against the domain when establishing an HTTPS connection?
0xdead4ead commented
from ./examples/reactor_ssl/
openssl s_client -connect localhost:443 -servername localhost -CAfile ./myCA.pem
It is successful verification!