Redirect from https to http when the SSL cert is no longer valid

后端 未结 2 1920
长发绾君心
长发绾君心 2020-12-22 03:34

I have an IIS 6.0 server and I\'m no longer using an SSL certificate (Don\'t need it anymore because of some functional changes, don\'t have a valid one I can use). Is ther

2条回答
  •  自闭症患者
    2020-12-22 04:11

    It is not possible what you want because it first has to do the SSL connect (which causes the warning) before it gets the HTTP redirect. And, this questions is asked nearly daily so you should have find enough answers to it.

提交回复
热议问题