VMware Cloud Community
Mats_Hardy
Enthusiast
Enthusiast
Jump to solution

Certificate Error on vSphere CLI

I have tried to connect to vSphere using CLI command,

esxcli -s 192.168.1.141 storage core device list

but certificate error occurred,

Certificate error. Server SHA-1 thumbprint: A3:ED:A8:E6:7E:EB:4A:72:18:84:6A:53:08:06:9C:48:C9:AB:3A:F6 (not trusted)

I have already import the certificate to trusted root or intermediate certificate store. Anyone idea to resolve the problem?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RickVerstegen
Expert
Expert
Jump to solution

Check VMware Knowledge Base to see if that will help you.

Rick

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick

View solution in original post

0 Kudos
2 Replies
RickVerstegen
Expert
Expert
Jump to solution

Check VMware Knowledge Base to see if that will help you.

Rick

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick
0 Kudos
Mats_Hardy
Enthusiast
Enthusiast
Jump to solution

Thanks for your help. I am able to connect to vSphere by following command,

esxcli --server 192.168.1.141 --thumbprint <thumbprint> --username <username> --password <password> storage core device list

0 Kudos