You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to disable hostname verification. We are using this in a test-environment where the subjectAltName is missing from the certificates and hostname verification always fails, even if the truststore contains the appropriate certificates.
Expected Behaviour
A configuration option to disable certificate validation, or at least use HTTP. The httpPort does not seem to be used.
Current Behaviour
There is no option to disable certificate verification.
There is no option to use HTTP instead of HTTPS.
Steps To Reproduce
Looking at WLPRestClient and WLPRemoteContainerConfiguration we can see that these configuration options are missing.
Additional Information
Opened new PR, feel free to close this if you don't think it belongs here. I'll be using my fork in the meantime but figured I might as well open a PR.
The text was updated successfully, but these errors were encountered:
Issue Overview
There is no way to disable hostname verification. We are using this in a test-environment where the subjectAltName is missing from the certificates and hostname verification always fails, even if the truststore contains the appropriate certificates.
Expected Behaviour
A configuration option to disable certificate validation, or at least use HTTP. The httpPort does not seem to be used.
Current Behaviour
Steps To Reproduce
Looking at WLPRestClient and WLPRemoteContainerConfiguration we can see that these configuration options are missing.
Additional Information
Opened new PR, feel free to close this if you don't think it belongs here. I'll be using my fork in the meantime but figured I might as well open a PR.
The text was updated successfully, but these errors were encountered: