File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
1111authnz-mgt/oauth-idp-initiated-with-uaa-via-proxy.sh
1212authnz-mgt/oauth-idp-initiated-with-uaa.sh
1313authnz-mgt/oauth-with-keycloak.sh
14- authnz-mgt/oauth-with-keycloak-via-proxy.sh
14+ authnz-mgt/oauth-with-keycloak-via-forward- proxy.sh
1515authnz-mgt/oauth-with-keycloak-with-verify-none.sh
1616authnz-mgt/oauth-with-uaa-down-but-with-basic-auth.sh
1717authnz-mgt/oauth-with-uaa-down.sh
Original file line number Diff line number Diff line change 1- export FORWARD_PROXY_CERTS=/usr/local/apache2/conf
1+ export FORWARD_PROXY_CERTS=selenium/test/oauth/forward-proxy
22export FORWARD_PROXY_CA_CERT=${FORWARD_PROXY_CERTS}/ca_forward-proxy_certificate.pem
33export FORWARD_PROXY_URL=https://forward-proxy:9092
44export OAUTH_PROVIDER_URL=${KEYCLOAK_URL}
Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ SSLRandomSeed connect builtin
504504
505505<VirtualHost *:9092 >
506506 SSLEngine on
507- SSLCertificateKeyFile ${FORWARD_PROXY_CERTS} /server_forward-proxy_key.pem
508- SSLCertificateFile ${FORWARD_PROXY_CERTS} /server_forward-proxy_certificate.pem
509- SSLProxyMachineCertificateFile ${FORWARD_PROXY_CERTS} /server_forward-proxy_certificate.pem
507+ SSLCertificateKeyFile /usr/local/apache2/conf /server_forward-proxy_key.pem
508+ SSLCertificateFile /usr/local/apache2/conf /server_forward-proxy_certificate.pem
509+ SSLProxyMachineCertificateFile /usr/local/apache2/conf /server_forward-proxy_certificate.pem
510510 SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
511511 SSLProxyEngine On
512512
You can’t perform that action at this time.
0 commit comments