Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Verify against the target host instead of proxy host #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpcamara
Copy link
Member

@jpcamara jpcamara commented Jun 4, 2021

Use the parent uri, which has the target host

  • When proxying, the host is set to the host of the proxy instead of the target

  • The certs being verified are from the target, not the proxy. So when the verification check happens it fails, because the certs do not match the proxy

  • This is not an ideal solution, but it was the only exposed uri I could find that contained the target host, from inside of the http stub connection

* When proxying, the `host` is set to the host of the proxy instead of the target

* The certs being verified are from the target, not the proxy. So when the verification check happens it fails, because the certs do not match the proxy

* This is not an ideal solution, but it was the only exposed uri I could find that contained the target host, from inside of the http stub connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant