-
Notifications
You must be signed in to change notification settings - Fork 431
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
SSL warnings when using export flag #111
Comments
+1 for this issue. Trying to use grip to render GFM from inside emacs with |
If you need to stop these warnings, you can add a couple of lines to the front of
NB this has nothing to do with an actual fix for the problem! If you change "ignore" to "error", you turn the warnings into exceptions and can see precisely where they are coming from. (traceback at the end of this message.) A suggested fix on SO, SSL InsecurePlatformWarning, did not work for me.
That still produced a warning, this time about an insecure request.
Traceback:
|
Interesting. Does the SSL warnings go away when you run it without |
Yes, the warnings show up when not using
|
I've had partial success by following the instructions here
I still get a single warning now, but this eliminates the InsecurePlatformWarning.
|
I upgraded my python installation (on MacOS) to the latest available on Followed the (deprecated) instructions here to disable the warnings,
added early in |
Hmm. I'm not exactly sure what to do about this one. What OS and Python versions are you two running?
I'm really not sure why adding import urllib3.contrib.pyopenssl
urllib3.contrib.pyopenssl.inject_into_urllib3()
I have to ask. Does the same thing happen when running Grip directly from the terminal? |
So I was getting the As for Can you verify that this worked? Feel free to reopen the issue if not. |
Finally got around to deploying all the fixes into |
This warning prints when using the
--export
flag:The text was updated successfully, but these errors were encountered: