This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / SSL and Email Problem Cpanel to CWP Migration
« on: June 23, 2020, 04:03:48 PM »
Migrated from cPanel to CWP.
Everything imported fine.
AutoSSL is installed but it's not working.
http://www.balrajsoftware.com is working
https://www.balrajsoftware.com is not working
Webmail is login fine for all user but I'm not able to receive or send emails.
httpd.conf
Everything imported fine.
AutoSSL is installed but it's not working.
http://www.balrajsoftware.com is working
https://www.balrajsoftware.com is not working
Webmail is login fine for all user but I'm not able to receive or send emails.
httpd.conf
Code: [Select]
DocumentRoot "/usr/local/apache/htdocs"
LoadModule ssl_module modules/mod_ssl.so
Listen 443
<VirtualHost *:443>
ServerName www.balrajsoftware.com
SSLEngine on
SSLCertificateFile "/etc/pki/tls/certs/balrajsoftware.com.cert"
SSLCertificateKeyFile "/etc/pki/tls/private/balrajsoftware.com.key"
</VirtualHost>
Pages: [1]