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

后端 未结 18 1600
后悔当初
后悔当初 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 05:52

    The "-"s are NOT irrelevant. If your guid doesnt look exactly like this you will get the incorrect parameter error: {EDE3C891-306C-40fe-BAD4-895B236A1CC8} vs. EDE3C891306C40feBAD4895B236A1CC8 -> WRONG {EDE3C891306C40feBAD4895B236A1CC8} -> WRONG

    Also Im using the guid for the appid of the IIS, not a random one.

提交回复
热议问题