Error: Execution letsencrypt-hostname.sh has failed with exit code 1...

multiuser

New Member
hallo!

ich hab nen neuen vhost mit debian 8.6 aufgesetzt, plesk installiert ... haut auch toll hin. rdns hab ich auch gesetzt, jedoch wen ich beim "Security Advisor" den "Plesk is not secured with a valid SSL certificate" anklicke, dann trage ich den hostnamen korrekt ein und will dann ein zertifikat erstellen, doch dann kommt immer:

Code:
Error: Execution letsencrypt-hostname.sh has failed with exit code 1, stdout: , stderr: An unexpected error occurred:
ContextualVersionConflict: (cryptography 1.3.1 (/opt/psa/var/modules/letsencrypt/venv.9DgE1/lib/python2.7/site-packages), Requirement.parse('cryptography>=1.3.4; extra == "security"'), set(['requests']))
Please see the logfile 'certbot.log' for more details.

was kann da sein?

ach ja, der lösungsansatz
# /usr/local/psa/var/modules/letsencrypt/venv/bin/pip install pyopenssl==16.0.0
der hat nichts gebracht...
 

Attachments

  • 1.JPG
    1.JPG
    56.4 KB · Views: 92
danke ... ist glaub ich wirklich ein guter ansatz ... trotzdem fehlt da nochwas ...

gcc -pthread -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/plesk/python/2.7/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
build/temp.linux-x86_64-2.7/_openssl.c:12:24: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
# include <pyconfig.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1

----------------------------------------
Failed building wheel for cryptography



ist zwar eh beschrieben, die lösung hilft aber nicht..
 
Back
Top