joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.42k stars 423 forks source link

Disable ssl verification #313

Open tvon opened 4 years ago

tvon commented 4 years ago

Set verify=False everywhere.

I live in a strict VPN world and I need this for assets to load through our self-signed CA cert.

This is ham fisted and I apologize for tossing up a not-very-well-reasoned PR. It works for me so I submit it for your scrutiny.

A better option to blindly ignoring ssl issues would be to provide an arg to pass in a custom cacert.

Related to #248