“The parameter is incorrect.” error using netsh http add sslcert

后端 未结 18 1598
后悔当初
后悔当初 2020-12-14 05:47

Following the instructions on \"How to: Configure a Port with an SSL Certificate\" in this link: http://msdn.microsoft.com/en-us/library/ms733791.aspx, I entered this comman

18条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 06:19

    Watch out, if you have a DNS Name as a Binding use hostnameport instead of ipport

    netsh http delete sslcert hostnameport=domainame.com:443
    

    I had to delete ADFS Proxy Bindings for Office 365 Single-Sign On.

提交回复
热议问题