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

Update http_check.py #1923

Closed
wants to merge 1 commit into from
Closed

Update http_check.py #1923

wants to merge 1 commit into from

Conversation

dmulter
Copy link

@dmulter dmulter commented Sep 15, 2015

Fix SSL cert check when specifying a non-default port in the URL.

Currently if you specify something like the following in your http_check.yaml file, then the SSL check will fail as o.netloc will return "localhost:2610" instead of just "localhost".

    url: https://localhost:2610/status

Fix SSL cert check when specifying a non-default port in the URL.

Currently if you specify something like the following in your http_check.yaml file, then the SSL check will fail as o.netloc will return "localhost:2610" instead of just "localhost".

        url: https://localhost:2610/status
@yannmh
Copy link
Member

yannmh commented Sep 16, 2015

Thanks for addressing the issue @dmulter ! We'll merge your PR really soon 🚢

Also, we recently introduced some contribution guidelines to keep a nice, homogeneous, and easy to browse git history. Would you mind rewording the commit title following these rules please ? Again, thank you for your contribution.

@olivielpeau
Copy link
Member

#1944 replaces this PR. Closing.

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.

3 participants