diff --git a/cacert.ini.sample b/cacert.ini.sample index ada9afb..f82b1c0 100644 --- a/cacert.ini.sample +++ b/cacert.ini.sample @@ -3,7 +3,7 @@ User="User ID for DB" Password="Password for DB" [URLs] -InternalHydraEndpointURL="https://auth.cacert.localhost:4445" +InternalHydraEndpointURL="https://hydra.cacert.localhost:4445" WellKnownURL="https://registration.:4444/.well-known/openid-configuration" AuthURL="https://authserver.:4444/oauth2/auth" TokenURL="https://authserver.:4444/oauth2/token" diff --git a/misc/reverse-proxy.conf b/misc/reverse-proxy.conf index 94192ef..3dd8780 100644 --- a/misc/reverse-proxy.conf +++ b/misc/reverse-proxy.conf @@ -7,8 +7,6 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } - - listen :4444 ssl; } server { server_name idp.;