Forum Discussion

Ravi_110217's avatar
Ravi_110217
Icon for Nimbostratus rankNimbostratus
Sep 30, 2008

HTTPS to HTTPS redirection

 

HI All,

 

 

I want to redirect following URL:

 

 

https://abcd.com.au

 

 

to https://www.abcd.com.au

 

 

at the moment the issue, I am facing is that whenever user type https://abcd.com.au, page is coming up with an SSL certificate error message(as certificate is only for www.abcd.com.au) so I dont want that certificate error and want to redirect to https://www.abcd.com.au page...

 

 

 

thanks ,

 

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Ravi,

     

     

    Click here for a related post.

     

     

    Basically, you would need to get a cert which is valid for abcd.com.au in order to avoid the browser generating a mismatched cert warning for a cert issued for www.abcd.com.au. You can search the internet or this forum for Subject Alternate Name (SAN) for options.

     

     

    Aaron