Broke EAC after SSL certificate installation

Wendell Jones 21 Reputation points
2022-02-03T16:54:23.003+00:00

Hello,

I am hoping to get some insight on a problem. I am working with a new installation of exchange 2016. The system was up and running perfectly, autodiscover, web access for owa and EAC. I added an SSL for web access and everything looked like it worked. While OWA works fine, EAC will not load. The website attempts to load until it times out.

I can still access the command line to do tasks that I normally can do on the web access, but the EAC just will not load on web page.

Can I use the command line to reapply the certificate? Or is something else going on?

Thank you in advance.

Wendell Jones

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. Aaron Xue-MSFT 2,596 Reputation points Microsoft External Staff
    2022-02-28T01:21:23.467+00:00

    Hi @Wendell Jones

    Anyway, glad to know this project is completed. : )
    And thanks for your feedback above which shared more information.
    Since our forum has the policy that The question author cannot accept their own answer. They can only accept answers by others, and according to the scenario introduced here:
    https://learn.microsoft.com/en-us/answers/support/self-answering

    I will make a summary of this case so that other forum members could easily find useful information here:

    Issue Symptom:
    The EAC doesn’t work after added an SSL for web access. OWA works fine.

    Solution:
    Reboot all mail servers.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Aaron Xue-MSFT 2,596 Reputation points Microsoft External Staff
    2022-02-04T05:47:00.987+00:00

    Hi @Wendell Jones ,

    If the issue still persits.

    I think the issue may occur with the virtual directory.

    You could follow below to recreate the ECP virtrual directory.

    1.Get the ECP virtual directory information

    Get-EcpVirtualDirectory -Server "Servername" | Format-List Server, Name, InternalUrl, ExternalUrl, Identity  
    

    2.Remove the ECP virtual directory

    Remove-EcpVirtualDirectory -Identity "EX2016\ecp (Default Web Site)" -Confirm:$false  
    

    3.Create a new ECP virtual directory

    new-EcpVirtualDirectory -Server "EX2016"  
    

    171237-12.png

    If the ECP virtual directory has the internal and external url, you need to run below command to create it.

    New-EcpVirtualDirectory -Server "Servername -InternalUrl "https://test.contoso.com/ecp" -ExternalUrl "https://test.contoso.com/ecp"  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Aaron Xue-MSFT 2,596 Reputation points Microsoft External Staff
    2022-02-09T06:16:36.19+00:00

    Hi @Wendell Jones ,

    “ However, when I go to the location on the sever the web.config is missing.”

    I mean could you find the file in below path?
    C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp\web.config
    Not the C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess

    If you have another lab that include Exchange server. You could directly copy the file and paste into you server.
    Here’s also a similar case for you reference, you could follow lucasliu’s steps to try fixing the iisue.
    Remember: Do not to forget back up the original file.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  3. Aaron Xue-MSFT 2,596 Reputation points Microsoft External Staff
    2022-02-04T02:09:37.547+00:00

    Hi @Wendell Jones ,

    the EAC just will not load on web page.

    Did you get some error messages when the EAC doesn't load?

    Have you tried to use other browsers to log on EAC?

    Generally, I will try to use another browser to check if could access the EAC. Just make sure the issue doesn't occur with the browser.

    If the issue still persist, try to use the EMS to create a new Exchange self-signed certificate.

    Here's a document for you reference.
    https://learn.microsoft.com/en-us/exchange/architecture/client-access/create-self-signed-certificates?view=exchserver-2019


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.