You have a problem with the certificate.
Try one of the options:
Code:
--http-no-ssl-verify
Don’t attempt to verify SSL certificates.
Usually a bad idea, only use this if you know what you’re doing.
--http-ssl-cert FILENAME
SSL certificate to use.
Expects a .pem file.
--http-ssl-cert-crt-key CRT_FILENAME KEY_FILENAME
SSL certificate to use.
Expects a .crt and a .key file.