Hi,
My plugin is making rest requests to the remote server, the same server from where the plugin package was downloaded.
I have registered the plugin in my vCenter 6.5 via extension-registration.sh script form the html-client-sdk.
During http request from my java service i'm getting an error:
com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
How can I solve this problem ?