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

allow blaze client to disable ssl verification #1170

Merged
merged 3 commits into from
Jul 13, 2015

Conversation

llllllllll
Copy link
Member

verifies the cert by default; however, we want to disable this

Side note: we might want to think about making ssl the default. There is no downside really and it helps people who might not have thought about the fact that they will be streaming potentially sensitive data over the interned.

note: wait for #1172 and then change the .get to .post

@cpcloud
Copy link
Member

cpcloud commented Jul 13, 2015

we might want to think about making ssl the default.

isn't that what you've implemented here?

@cpcloud
Copy link
Member

cpcloud commented Jul 13, 2015

or do you mean use https:// by default?

@llllllllll
Copy link
Member Author

or do you mean use https:// by default?

yeah, this just makes it so that if it uses ssl with a custom cert that it doesn't check the cert. I imagine most production setups will want to serve their data with https.

@cpcloud
Copy link
Member

cpcloud commented Jul 13, 2015

@llllllllll this can be merged after fixing up conflicts and passing

llllllllll added a commit that referenced this pull request Jul 13, 2015
allow blaze client to disable ssl verification
@llllllllll llllllllll merged commit 191791d into blaze:master Jul 13, 2015
@llllllllll llllllllll deleted the verify-ssl branch July 13, 2015 22:14
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