Hello community,
by adding a Cloud Foundry Server (private Cloud) i've got this Error:
Connot connect: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://[my-api-endpoint]/info":peer not authenticated; nested exception is javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
I've found something like this about my Error: https://github.com/cloudfoundry/cf-java-client/tree/master/cloudfoundry-maven-plugin
Some Cloud Foundry deployments, such as those deployed using Pivotal CF, use a self-signed certificate for SSL connectivity. If you attempt to target a Cloud Foundry service that is using self-signed certificates, you may get an error containing the text javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
.
But I have checked Trust self-signed certificates. See attached File!
I would be gratefulfor your help!
vladi