Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make hostname verification optional #47

Open
codingchili opened this issue Apr 2, 2019 · 0 comments
Open

Make hostname verification optional #47

codingchili opened this issue Apr 2, 2019 · 0 comments

Comments

@codingchili
Copy link

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
  • 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant