Skip to content

Commit

Permalink
use CentOS' CA certificate bundle
Browse files Browse the repository at this point in the history
when mounting the configuration from contrib, as suggested in the
README, the auth proxy will not start unless a CA certificate bundle
is present.
This change circumvents this problem and makes a possible solution to
this problem more visible.
  • Loading branch information
oliverbr committed Mar 22, 2019
1 parent d561af9 commit 321ca69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/authproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[main]
# Provide meaningful output for `docker logs <cid>`.
log_stdout=true
# use the CA certificates file supplied by the OS
http_ca_certs_file=/etc/ssl/certs/ca-bundle.crt

# Go through a corporate proxy to reach duo.
http_proxy_host=proxy.example.com
Expand Down

0 comments on commit 321ca69

Please sign in to comment.