Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 230613

Re: vROPS Rest API Java trusting certificate issue?

$
0
0

Sorry, just wanted to be sure.

 

Do you need to validate the certificate? You might be able to skip it.

 

To do so:

 

Client client = ClientConfig.builder().serverUrl("https://{ip}/suite-api")

    .basicAuth("user", "pass")

   .verify("false")

    .useJson()

    .build()

    .newClient();


Viewing all articles
Browse latest Browse all 230613

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>