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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
I know, I know. This is not a good idea but sometimes it's not entirely unreasonable to do that with self-signed certificates, and in particular CAs. See also #151.
The text was updated successfully, but these errors were encountered:
New command line argument (ssl-ca-cert-file) to specify the location of a CA cert that is then treated as trusted.
Peer certificate is now required, and SSLv3 is disabled.
Fixes#149 by no longer using the HTTPSConnection deprecated constructor.
References #151, #152.
Credits: Ross Jones.
New command line argument (ssl-disable-hostname-verification) turns off
peer hostname verification which is on by default.
Fixes#151,#152
Credit: Ross Jones.
I know, I know. This is not a good idea but sometimes it's not entirely unreasonable to do that with self-signed certificates, and in particular CAs. See also #151.
The text was updated successfully, but these errors were encountered: