SSL error
ipranjal opened this issue · 1 comments
ipranjal commented
Getting the following SSL error when I am trying to use my voip service pem file
Getting same kind of error in both python 3.6 and 3.9
File "/home/ubuntu/nvenv/lib/python3.9/site-packages/apns2/client.py", line 56, in __init__
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: self.__credentials = CertificateCredentials(credentials, password) # type: Credentials
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: File "/home/ubuntu/nvenv/lib/python3.9/site-packages/apns2/credentials.py", line 37, in __init__
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: ssl_context = init_context(cert=cert_file, cert_password=password)
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: File "/home/ubuntu/nvenv/lib/python3.9/site-packages/hyper/tls.py", line 131, in init_context
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: context.load_cert_chain(cert, password=cert_password)
Sep 22 13:08:32 ip-10-0-0-117 gunicorn[2333]: ssl.SSLError: [SSL] PEM lib (_ssl.c:4065)