Link to home
Start Free TrialLog in
Avatar of RickEpnet
RickEpnetFlag for United States of America

asked on

HTTPS Redirect with no Certificate

Is there a way to setup IIS to redirect an https request to regular http if someone types in https://domain.com.

What we want to do is have a .com address forward to a .org address. We will never really use the .com and we do not want to maintain another certificate. But if someone types in https://domain.com we want to to redirect to either https://domain.org or http://domain.org. Anyway to do that without a certificate?
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
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
Avatar of RickEpnet

ASKER

I agree, Just thought I would ask.