-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
This will break things for existing users depending on this behaviour. That said - we're < 1.0, and I've never been comfortable with VERIFY_NONE anyway. Let me think about it. |
I started with verify none as default but then realized that implicit Anyway, leaving up to you. Odesláno pomocí AquaMail pro Android Dne 16. srpna 2016 13:22:56 mipearson [email protected] napsal:
|
Ah - if you're the contributor who originally added the VERIFY_NONE then On Wed, Aug 17, 2016 at 12:44 AM, Marek Hulán [email protected]
Michael Pearson |
No, I'm not :-) I meant I started this PR with verify none, but then I Odesláno pomocí AquaMail pro Android Dne 16. srpna 2016 11:52:16 PM mipearson [email protected] napsal:
|
any chance you have thought about it? |
config.webpack.dev_server.https = false # note - this will use OpenSSL::SSL::VERIFY_NONE | ||
config.webpack.dev_server.https = false | ||
# change below option to OpenSSL::SSL::VERIFY_NONE if you don't care about security | ||
config.webpack.dev_server.https_mode = 'OpenSSL::SSL::VERIFY_PEER' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to config.webpack.dev_server.https_verify_peer
, default to true. If true, use VERIFY_PEER otherwise VERIFY_NONE.
Thanks @mipearson, I updated the PR. |
Anything else I could do to get this in? |
I'm going to be bringing this in to an API-breaking 1.0-pre branch shortly. The delay on this (and other) pull requests is that I've been cautious to merge anything that could break functionality for existing users. |
Sure, that I can definitely understand. Thanks for the update. |
Merged in 0.9.10, but disabled by default |
Thanks you 👍 |
No description provided.