0xdead4ead/BeastHttp

Authentication?

vinniefalco opened this issue · 1 comments

How do you verify the server certificate against the domain when establishing an HTTPS connection?

from ./examples/reactor_ssl/

openssl s_client -connect localhost:443 -servername localhost -CAfile ./myCA.pem

It is successful verification!