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

test manual https setup #161

Merged
merged 1 commit into from Aug 29, 2018
Merged

test manual https setup #161

merged 1 commit into from Aug 29, 2018

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 28, 2018

adds integration test for manual https certs

closes #92

  • Add tests

os.makedirs(ssl_dir, exist_ok=True)
os.chmod(ssl_dir, 0o600)
# generate key and cert
Popen(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why Popen rather than check_output? Since we aren't calling 'wait' explicitly here there's a race condition here too

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

adds integration test for manual https certs
@yuvipanda
Copy link
Collaborator

Thanks, @minrk

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.

Add integration test for HTTPS
2 participants