After deleting or assigning other Exchange certificate, you can't open emc page (blank page).
netsh http show sslcert
save output
delete error causing cert:
netsh http delete sslcert ipport=0.0.0.0:444
assign right cert:
netsh http add sslcert ipport=0.0.0.0:444 certhash=4849849849884484884848 appid="{4dc3e181-e1445554554155455}"
-> you can copy certhash and appid from the other applied certs..
netsh http show sslcert
save output
delete error causing cert:
netsh http delete sslcert ipport=0.0.0.0:444
assign right cert:
netsh http add sslcert ipport=0.0.0.0:444 certhash=4849849849884484884848 appid="{4dc3e181-e1445554554155455}"
-> you can copy certhash and appid from the other applied certs..
(netsh http show sslcert) : the result show no ipport 444 .. what can i do . I have the same issue ,, I only have 443 and 8172 ..
ReplyDeleteThanks dude, you saved my ass
ReplyDeleteYou are welcome. It is always nice to get such feedbacks.
ReplyDelete