Re: Proxy pass and SSL certificates

2018-05-10 Thread Joncheski
resolver_timeout 10s; add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; -- Test this configuration and tell me :) Best regards, Goce Joncheski Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279665,279741#msg-279741 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Proxy pass and SSL certificates

2018-05-08 Thread Joncheski
} And check the configuration file (nginx -t). After this, please send me more access and error log for this. Best regards, Goce Joncheski Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279665,279710#msg-279710 ___ nginx mailing list nginx@n

Re: Proxy pass and SSL certificates

2018-05-04 Thread Joncheski
Hello Meph, Can you send the other configuration file ( ssl-params.conf and cloud.diakont.it.conf ) which you call in this configuration. And in "location /" , you need to enter this "proxy_redirect default;" because this is default argument. Best regards, Goce Joncheski P

Re: Reverse proxy from NGINX to Keycloak with 2FA

2018-05-03 Thread Joncheski
nt to stop this thing, so I have a full 2FA. Keycloak is the only one to check it. I want to ask you, can the client certificate that is attached to NGINX through the ssl_verify_client option be forwarded to Keycloak? Best regards, Goce Joncheski Posted at Nginx Forum: https://forum.ngi

Reverse proxy from NGINX to Keycloak with 2FA

2018-04-23 Thread Joncheski
m the user joncheski and log in to Keycloak with the user joncheski will pass successfully. But if I want to log in with another user, it will not pass, because the certificate and the username are not equal. I need your help. How to set this up for more users to work. nginx.conf: user nginx; worker