Secondary Domain Showing Security Certificate Warning

cPanel & WHM Version
90.0.17

sarez72

Registered
Dec 1, 2020
1
0
1
Victoria
cPanel Access Level
Website Owner
Thanks for reading.

We moved recently changed our primary domain name from net.au to com.au. We want to maintain the original .net.au to point to the same website. In cpanel we have com.au set up as the default domain and have net.au as a parked domain with a redirect on this to ensure the user always ends up at com.au.

Since the change, when a user types into the browser "<website>.net.au", they receive a security warning to indicate site is not secure. If I click through the warning to proceed, it correctly redirects to .com.au

We do have SSL certificates for BOTH domains, but as I understand it we cannot use SSL for alias/parked domains? If I also understand correctly, alias/parked domains are the correct way to point additional domains to the same website?

I noticed when typing in the .net.au address, it is trying to apply https so it looks like "force redirect to https" is on the domain - I can't see a way to turn this off in cpanel?

Can you advise how I best set this up so that when the user types in the .net.au address, it redirects without security warning to .com.au

Thank you!
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,597
2,617
363
cPanel Access Level
Root Administrator
Hey there!

I would do this:
  • Remove the alias
  • Create an entirely new cPanel account in WHM for the domain you'll be redirecting. This will ensure it gets a separate vhost (unlike an alias).
  • Install your SSL on the newly-created account, or let AutoSSL take care of it.
  • Setup redirection in the account's .htaccess file to point to the primary site.
That will get you redirection working where both the redirected and permanent domain have an SSL certificate.

Can you try that and report back with the results?