Author Topic: Connection Not Secure  (Read 12349 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Connection Not Secure
« on: March 03, 2017, 04:27:03 PM »
I'm having this issue with Letsencrypt and how I connect to my centos control panel. I've installed certs for my domains and they work with no issues. When I first installed the cert for the control panel, it worked without issues. When I logged in the other day, Firefox game me the "BS" connection not secure error message informing me that, "This website does not supply ownership information".

I'm confused on how the cert can work fine one day and give that error message the next.

I haven't changed anything with the server or certs and I'm running Centos 6.8.

Apache version: Apache/2.2.27
CWPpro version: 0.9.8.153

Any advice?
« Last Edit: March 03, 2017, 04:29:39 PM by joekirk »

Offline
*****
Re: Connection Not Secure
« Reply #1 on: March 04, 2017, 09:17:35 AM »
you need to add certs in cwpsrv confg file.


/usr/local/cwpsrv/

Offline
*
Re: Connection Not Secure
« Reply #2 on: March 04, 2017, 03:51:22 PM »
This is the contents of /usr/local/swpsrv/conf.d file

*I've edited the server IP and domain name.

Listen 2031
<VirtualHost SERVER-IP:2031>
        ServerName ***.********.org
        SSLEngine on
   SSLCertificateFile /etc/pki/tls/certs/***.********.org.crt
   SSLCertificateKeyFile /etc/pki/tls/private/***.********.org.key
   #SSLCertificateChainFile
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

</VirtualHost>

Offline
*
Re: Connection Not Secure
« Reply #3 on: March 04, 2017, 04:59:38 PM »
After checking the contents of the file I posted and finding my mistake and fixing it, my cert now works fine.

Thanks for your time.

Offline
*
Re: Connection Not Secure
« Reply #4 on: July 23, 2020, 11:05:56 AM »
This is the contents of /usr/local/swpsrv/conf.d file

*I've edited the server IP and domain name.

Listen 2031
<VirtualHost SERVER-IP:2031>
        ServerName ***.********.org
        SSLEngine on
   SSLCertificateFile /etc/pki/tls/certs/***.********.org.crt
   SSLCertificateKeyFile /etc/pki/tls/private/***.********.org.key
   #SSLCertificateChainFile
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

</VirtualHost>

exactly where do we have to write this code on CWP.7 (CWP version: 0.9.8.998)?
i have of /usr/local/cwpsrv/conf.d a lot of files!