Link to home
Start Free TrialLog in
Avatar of Mike Treat
Mike TreatFlag for United States of America

asked on

"There is a problem with this website's security certificate."-IN HTTPS SITE ON FIRST ACCESS

We have the security certificate for our site(for eg xxxx.net).We have added the code for redirecting the url to xxxx.net.But we have an issue when take the site  with url www.xxxx.com it shows the "There is a problem with this website's security certificate." message.If we click the link "Vontinue to this website(not recomended) it will go the exact page.
Please give me the solution for the above issue.Let me know if there is any issue related ti IIS setting?
Thanks in advance
Avatar of Britt Thompson
Britt Thompson
Flag of United States of America image

What version of IIS are you using? There is a tool that does this for IIS 7 called the URL Rewrite Module:

http://www.iis.net/extensions/URLRewrite
http://nayyeri.net/blog/remove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0/

Also, what language is your site written in? There's several different ways to redirect with code if you're not using IIS 7
Avatar of Mike Treat

ASKER

We are using IIS7 version and ASP.net language .
SInce it's IIS7 the URL Rewrite module should get the job done.
ASKER CERTIFIED SOLUTION
Avatar of Paranormastic
Paranormastic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial