Anthos Admin Workstation on vmware Root CA 509 Error

I followed the instructions on public docs on how to get the root CA from vcenter : https://cloud.google.com/anthos/clusters/docs/on-prem/latest/how-to/vcenter-ca-cert-path

 

Using the ca from path 

"https://[SERVER_ADDRESS]/certs/download.zip"

I am getting 509 certificate signed by unknown authority preflight when trying to create the anthos admin cluster. 

Solved Solved
0 2 723
2 ACCEPTED SOLUTIONS

I resolved this by using the openssl tool to retrieve the certificate by running cmd:

 

openssl s_client -connect vcenter_server_host:443

 Copy and paste the cert from output.

View solution in original post

I faced the same issue and this solved my problem! Thanks @yannnnnn 

View solution in original post

2 REPLIES 2

I resolved this by using the openssl tool to retrieve the certificate by running cmd:

 

openssl s_client -connect vcenter_server_host:443

 Copy and paste the cert from output.

I faced the same issue and this solved my problem! Thanks @yannnnnn 

Top Labels in this Space