
abc_xyz
-
Content Count
14 -
Joined
-
Last visited
Posts posted by abc_xyz
-
-
allow_url_fopen ist aktiviert.
DNS funktioniert auch einwandfrei.
So langsam weiß ich leider nicht weiter. Gibt's noch was, was ich checken könnte?
-
Vielen Dank schon mal. - Ich glaube, ich habe den Fehler nun gefunden:
# 35_froxlor_ssl_vhost_xxx.me.conf # Created 13.04.2016 08:48 # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel. # Domain ID: 202 (SSL) - CustomerID: x - CustomerLogin: xxx # no ssl-certificate was specified for this domain, therefore no explicit vhost is being generated
# 35_froxlor_ssl_vhost_xxx.com.conf # Created 13.04.2016 08:48 # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel. # Domain ID: 224 (SSL) - CustomerID: x - CustomerLogin: xxx <VirtualHost x.x.xx.xx:443> ServerName xxx.com ServerAlias *.xxx.com ServerAdmin hello@xxx.com SSLEngine On SSLProtocol ALL -SSLv2 -SSLv3 SSLHonorCipherOrder On SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyDepth 10 SSLCertificateFile /etc/apache2/ssl/xxx.com.crt SSLCertificateKeyFile /etc/apache2/ssl/xxx.com.key DocumentRoot "/var/customers/webs/xxx/www_xxx_com/www_xxx_com/" FastCgiExternalServer /var/www/php-fpm/xxx/xxx.com/ssl-fpm.external -socket /var/lib/apache2/fastcgi/xxx-xxx.com-php-fpm.socket -idle-timeout 120 <Directory "/var/customers/webs/xxx/www_xxx_com/www_xxx_com/"> <FilesMatch "\.php$"> SetHandler php5-fastcgi Action php5-fastcgi /fastcgiphp Options +ExecCGI </FilesMatch> Require all granted AllowOverride All </Directory> Alias /fastcgiphp /var/www/php-fpm/xxx/xxx.com/ssl-fpm.external Alias /awstats "/var/customers/webs/xxx/awstats/xxx.com" Alias /awstats-icon "/usr/share/awstats/icon/" ErrorLog "/var/customers/logs/xxx-error.log" CustomLog "/var/customers/logs/xxx-access.log" combined </VirtualHost>
Es sieht so aus, als würde kein Zertifikat erstellt werden und die Datei wird nicht geupdated. Was kann man hier dagegen tun? Auf der .me Domain bleibt die Datei leer und bei der .com funktioniert es einwandfrei.
Could not get Let's Encrypt certificate for xxx.me: Please check http://www.xxx.me/.well-known/acme-challenge/dHNHFo7QOiGsdGvbj9dOjbXLtrMr4DmBI8vbjBMCskc - token not available; PHP error: {"type":2,"message":"file_get_contents(http:\/\/www.xxx.me\/.well-known\/acme-challenge\/dHNHFo7QOiGsdGvbj9dOjbXLtrMr4DmBI8vbjBMCskc): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known","file":"\/var\/www\/froxlor\/lib\/classes\/ssl\/class.lescript.php","line":154}
-
-
Hatte ich genutzt, leider nichts vernünftiges gefunden.
-
Wie erstellt man dieses am besten?
[error] xyz.de :: empty certificate file! Cannot create ssl-directives
in German / Deutsch
Posted
So, funktioniert nun.
Man muss das SSL Redirect erst deaktivieren, dann das Zertifikat erstellen mit
und anschließend wieder den SSL Redirect aktivieren.
Vielleicht hilft es ja dem ein oder anderem.