bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

Accept self-signed certificates in backend. #611

Open cblims opened 6 years ago

cblims commented 6 years ago

Current implementation doesn't accept self-signed certificates. This change make InsecureSkipVerify work better.