Author Topic: How to install SSL on port 443  (Read 11867 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to install SSL on port 443
« 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.

Offline
*
Re: How to install SSL on port 443
« Reply #1 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?

Offline
*****
Re: How to install SSL on port 443
« Reply #2 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

You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to install SSL on port 443
« Reply #3 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  ??