I\'m having a terrible time getting SSL to verify a certificate. I\'m completely ignorant on how certificates work so that\'s a major handicap to begin with. Here\'s the error
You need to provide the private key file that goes along with your certificate.
http.auth.ssl.cert_key_file = "mycert.pem"
If your private key file is encrypted, you'll need to supply the password too:
http.auth.ssl.cert_key_password = "foobar"