Control Web Panel

WebPanel => SSL => Topic started by: pauloray on August 02, 2015, 06:53:04 PM

Title: How to install SSL on port 443
Post by: pauloray on August 02, 2015, 06:53:04 PM
Hi,

I was able to install SSL on port 2031 (CWP).
But how can I install SSL on port 443?
So that I can access https://HOSTNAME/roundcube/ using SSL.
Right now, I can access Roundcube using HTTP but it gives error when I use HTTPS.

Thanks.
Title: Re: How to install SSL on port 443
Post by: kendolondon on September 04, 2015, 01:30:12 AM
I have exactly the same issue - did you manage to figure it out or can someone provide instructions?
Title: Re: How to install SSL on port 443
Post by: Igor S. on September 11, 2015, 06:42:58 PM
Hello.

Just add to the
Code: [Select]
/usr/local/apache/conf/sharedip.confin VirtualHost
Code: [Select]
SSLEngine on
SSLCertificateFile /path/to/ssl/cert
SSLCertificateKeyFile /path/to/ssl/key
SSLCertificateChainFile /path/to/ssl/cert/bundle

Title: Re: How to install SSL on port 443
Post by: socailcach on March 21, 2018, 08:28:35 PM
where do i find the virtualhost to add this info  i got cwp6 but cant find it  ??