IronQueue now respects ssl_verifypeer settings to disable SSL check#4141
Merged
taylorotwell merged 1 commit intoApr 18, 2014
Merged
IronQueue now respects ssl_verifypeer settings to disable SSL check#4141taylorotwell merged 1 commit into
taylorotwell merged 1 commit into
Conversation
…cation via the settings
Contributor
|
In my opinion allowing for such hacks is not the way to go. It sure is the easiest, but not a real solution. With proper SSL certificates you should always be able to solve such issues, for real. |
Contributor
Author
|
It's one of the official proposed solutions, and there appears to be no It's either making this a configurable option, or making a nastier hack in |
taylorotwell
added a commit
that referenced
this pull request
Apr 18, 2014
…sl-verification IronQueue now respects ssl_verifypeer settings to disable SSL check
Member
|
I'm OK with this being a configurable option if people want. As long as it doesn't default to something less secure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Iron-IO fails on some setups due to SSL verification checks. According to their documentation, one of the ways to work around this issue is to set ssl_verifypeer = false.
This update allows for that change to be made from the laravel configuration