Thursday, July 11, 2013

Exchange 2013 EAC - Blank page after login

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..

3 comments:

  1. (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 ..

    ReplyDelete
  2. Thanks dude, you saved my ass

    ReplyDelete
  3. You are welcome. It is always nice to get such feedbacks.

    ReplyDelete