Forum Discussion

marty5's avatar
marty5
Brass Contributor
Aug 11, 2025
Solved

Win 2025 - MCC Install Failure

WSL_Mcc_Install_Transcript [08/11/2025 14:41:51] Completed configuration of port forwarding [08/11/2025 14:41:51] Setting WslMccUbuntuEthZeroIp [08/11/2025 14:41:51] Creating cache folder locations...
  • adityamiddha's avatar
    Dec 10, 2025

    Instead, you can validate the certificate chain by running:

    openssl s_client -connect geomcc.prod.do.dsp.mp.microsoft.com:443 -showcerts

    This will show what cert is being included on the check. Based on these results the customer will have the evidence on how they should proceed. Importing MS certs is not necessary and the requests to *.prod.do.dsp.mp.microsoft must avoid going through their proxy.

    ------------------------------

    For example, we had one customer run the Open SSL command above with the additional proxy parameter:

    openssl s_client -connect geomcc.prod.do.dsp.mp.microsoft.com:443 -proxy [proxy_name] -showcerts"

    And found a "temporary failure in name resolution" error. They ran the command again, this time replacing the proxy hostname with an IP address instead. Only then did the openssl command work.

    As a result, they changed the "-proxyurl" in the MCC installation script to the IP address instead of the proxy hostname. This fully resolved the issue.

Resources