CA Server URL not reachable: Unable to get certificate
operationsmanager.log reports a CERTIFICATE_GET_FAILED error with the message "unable to get certificate".curl -v https://<CA_FQDN>/certsrv shows the connection defaults to port 80 but connects successfully over HTTP as seen below. #curl -v http://<CA_FQDN>/certsrv:443
Host <CA_FQDN>:80 was resolved.
* IPv6: (none)
* IPv4: ##.##.##.##
*
Trying ##.##.##.##:80 ...
* Established connection to <CA_FQDN> (##.##.##.## port 80) from ##.##.##.## port 3####
using HTTP/1.X
> GET /certsrv:443 HTTP/1.1
> Host: <CA_FQDN>
> User-Agent: curl/8.16.0
> Accept: */*
* Request completely sent off
< HTTP/1.1 400 Bad Request
< Cache-Control: private
< Content-Type: text/html; charset=utf-8
< Server: Microsoft-IIS/10.0
< X-AspNet-Version: 4.0.30319
< X-Powered-By: ASP.NET
< Date: Mon, 25 May 2026 11:37:59 GMT
< Content-Length: 3490
v
<! DOCTYPE html>
<html>
<head>
VCF 5.2.x
The Microsoft CA server is configured with only an HTTP (port 80) binding and lacks an HTTPS (port 443) binding, which prevents the exchange of server certificates. SDDC Manager requires a connection to the CA server via port 443 (HTTPS) to receive and validate a valid server certificate. When the connection defaults to port 80 (HTTP) due to a missing HTTPS binding, no SSL/TLS handshake occurs, causing SDDC Manager to throw the "Unable to get CERTIFICATE" error.
To resolve the issue.