Removing SSL cert from Parked Domains or disabled https for them
Hi,
I have a main domain and it has 66 parking domains.
I installed a SSL certificate for my main domain and cpanel said to me:
The SSL website is also accessible via these domains, but the certificate does not support them. Web browsers will show a warning when accessing these domains via HTTPS:
- (List of my park domains)
Yes, it is right, when I visited the my parking domains, browsers show warning messages. So, my questions are: Are there any way to disable SSL certificates for parked domains? --- or --- Are there any way to force using http instead of https for parked domains? For example using .htaccess Some details for our .htaccess files: We use a .htaccess redirection code in public_html like this:
Yes, it is right, when I visited the my parking domains, browsers show warning messages. So, my questions are: Are there any way to disable SSL certificates for parked domains? --- or --- Are there any way to force using http instead of https for parked domains? For example using .htaccess Some details for our .htaccess files: We use a .htaccess redirection code in public_html like this:
Options +FollowSymLinks -MultiViews -Indexes
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^88\.88\.88\.88$ [NC,OR]
RewriteCond %{HTTP_HOST} ^([a-z.]+)?mydomain\.com$ [NC]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ [R=301,QSA,NC,L]
RewriteCond %{HTTP_HOST} ^(.*)
RewriteRule ^(.*)$ -
Hello, Have you considered converting the parked domains to addon domain names so they can have their own SSL certificates through the AutoSSL feature? This would prevent the warning message in the browser, and still allow you to define the document root for the domain names. There's a comparison between the two domain types at the bottom of the following document: Aliases - Documentation - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
1 comment