Seems that upgrade has also changed /etc/apache2/sites-available/ispconfig.vhost as earlier changes not any more there
Code:
...
# SSL Configuration
#SSLEngine On
#SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
#SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
...
So removed comments and copied
Code:
# cp /etc/apache2/ssl/* /usr/local/ispconfig/interface/ssl/
l# cd /usr/local/ispconfig/interface/ssl/
/usr/local/ispconfig/interface/ssl# ls
ispserver.crt ispserver.csr ispserver.key ispserver.key.secure
# /etc/init.d/apache2 restart
And WOW, SSL working again....
Code:
https://server1.example.com:8080/
https://example.com:8080/webmail/
Thanks for help, please correct manual as well (if needed

)
I future I hope that upgrade would not touch these basic things....