Hallo,
nach der Hinterlegung einer neuen Web-Domin in ISPConfig 3.3.0p3 mit aktiviertem SSL/SuEXEC/PHP-FPM und Umleitung HTTP->HTTPS wird der Virtual Host für TLS/SSL nicht erstellt (Letsencrypt Cert ist ebenfalls aktiviert)
<VirtualHost *:443>
</VirtualHost>
Im Backend meldet ISPConfig das an der Domain SSL aktiviert ist.
Die Website auf der Domain per HTTP aufrufbar.
Bei der Fehlersuche konnten wir in folgenden Logs keinen Hinweis finden:
Am Apache2 Webserver sind folgende Module aktiv:
Wie können wir weiter bei der Fehlersuche vorgehen ?
Vielen Dank.
C.
nach der Hinterlegung einer neuen Web-Domin in ISPConfig 3.3.0p3 mit aktiviertem SSL/SuEXEC/PHP-FPM und Umleitung HTTP->HTTPS wird der Virtual Host für TLS/SSL nicht erstellt (Letsencrypt Cert ist ebenfalls aktiviert)
<VirtualHost *:443>
</VirtualHost>
Im Backend meldet ISPConfig das an der Domain SSL aktiviert ist.
Die Website auf der Domain per HTTP aufrufbar.
Bei der Fehlersuche konnten wir in folgenden Logs keinen Hinweis finden:
- /var/log/ispconfig/ispconfig.log
- /var/log/ispconfig/acme.log
- /var/log/php8.x-fpm.log
Am Apache2 Webserver sind folgende Module aktiv:
Code:
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgid_module (shared)
dav_module (shared)
dav_fs_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
fcgid_module (shared)
filter_module (shared)
headers_module (shared)
http2_module (shared)
include_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
passenger_module (shared)
proxy_module (shared)
proxy_fcgi_module (shared)
proxy_http_module (shared)
python_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
socache_shmcb_module (shared)
ssl_module (shared)
status_module (shared)
suexec_module (shared)
Wie können wir weiter bei der Fehlersuche vorgehen ?
Vielen Dank.
C.