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
when I try to start the encrypted version of Droopy with my letsencrypt cert.pem (I even tried generating a new selfsigned cert for testing purposes), I get the following error:
Traceback (most recent call last):
File "droopy", line 1114, in
main()
File "droopy", line 1109, in main
localisations=default_localisations)
File "droopy", line 462, in run
server_side=True)
File "/usr/lib/python3.5/ssl.py", line 1077, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python3.5/ssl.py", line 699, in init
self._context.load_cert_chain(certfile, keyfile)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2957)
Can you help me, what am I doing wrong?
Thx
The text was updated successfully, but these errors were encountered:
Hey there,
when I try to start the encrypted version of Droopy with my letsencrypt cert.pem (I even tried generating a new selfsigned cert for testing purposes), I get the following error:
Can you help me, what am I doing wrong?
Thx
The text was updated successfully, but these errors were encountered: