1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-24 05:26:55 +02:00
jansinger 7134d22bcc New flag "-ssl-upstream-insecure-skip-validation" (#234)
* New flag "-ssl-upstream-insecure-skip-validation" to skip SSL validation for upstreams with self generated / invalid SSL certificates.

* Fix tests for modified NewReverseProxy method.

* Added change to the changelog.

* Remove duplicate entries from changelog.
2019-08-07 17:48:53 +01:00
..
2019-05-09 10:48:35 +01:00
2019-05-09 10:48:35 +01:00
2019-05-09 11:06:32 +01:00
2019-05-10 12:25:05 +01:00
2019-07-17 09:58:11 +01:00
2019-05-09 11:06:32 +01:00
2019-05-09 10:48:35 +01:00
2019-05-09 10:48:35 +01:00
2019-05-09 10:48:35 +01:00

Docs

This folder contains our Jekyll based docs site which is hosted at https://pusher.github.io/oauth2_proxy.

When making changes to this docs site, please test your changes locally:

make serve

To run the docs site locally you will need Ruby at version 2.1.0 or higher and bundle (gem install bundler if you already have Ruby).