>In ports.conf have a 443 port listen configured? You enable mod_ssl with a2enmod mod_ssl? root@webshub:~# netstat -tulpn | grep 443tcp6 0 0 :::443 :::* LISTEN 14709/apache2 I enabled mod_ssl root@webshub:~# a2enmod ssl Considering dependency setenvif for ssl: Module setenvif already enabled Considering dependency mime for ssl: Module mime already enabled Considering dependency socache_shmcb for ssl: Enabling module socache_shmcb. Enabling module ssl. See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates. To activate the new configuration, you need to run: systemctl restart apache2 root@webshub:~# service apache2 restart root@webshub:~# Now, when I open https://w.x.y.z in the browser, I get An error occurred during a connection to w.x.y.z. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG Regards, Mahmood --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx