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

Support proxy for CRL access #46

Merged
merged 3 commits into from
Nov 15, 2018

Conversation

jgsmith-usds
Copy link
Contributor

Why:
We use a proxy to reach systems outside our deployment environment.
All other outgoing connections are blocked.

How:
Rather than use some of the helper methods from Net::HTTP, we have
to do a bit more hand-holding to get Net::HTTP to recognize the
proxy.

**Why**:
We use a proxy to reach systems outside our deployment environment.
All other outgoing connections are blocked.

**How**:
Rather than use some of the helper methods from Net::HTTP, we have
to do a bit more hand-holding to get Net::HTTP to recognize the
proxy.
Copy link
Contributor

@stevegsa stevegsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jgsmith-usds jgsmith-usds merged commit 7fe77d5 into master Nov 15, 2018
@jgsmith-usds jgsmith-usds deleted the jgs/fix-crl-fetching-to-work-with-proxy branch November 15, 2018 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants