-
Notifications
You must be signed in to change notification settings - Fork 323
Description
Can you please take a look at the problem described at https://devnet.jetbrains.com/message/5532547#5532547
AFAIK, the actual version of CloudFoundry integration for IDEA is based on cloudfoundry-client-lib of version 1.0.2. In the code, enabling of the 'Trust self-signed certificates' checkbox leads directly to the instantiantion of CloudFoundryClient class with the trustSelfSignedCert argument set to 'true'.
According to available docs, this should prevent 'javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated' error, while the error still can be reproduced. Is it a known issue of the library? Are there any ways to enable additional debug output which may help to identify the problem?
If needed I can provide any additional information, just let me know.
Thanks in advance