OAuth Access token validation

2017-03-12 Thread nginxsantos
Hi, Does Nginx provide the support for verifying the access token in the incoming request from an Identity Server? Regards, Santos Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272899,272899#msg-272899 ___ nginx mailing list nginx@nginx.

Re: Nginx serving extra ssl certs

2017-03-12 Thread Fabian A. Santiago
On March 12, 2017 3:58:41 PM EDT, Richard Stanway wrote: >Your configs look fine, what you are seeing is the certificate that is >sent >if a client does not support SNI. You can control which certificate is >chosen using the default_server parameter on your listen directive. > >On Sun, Mar 12, 20

Re: Nginx serving extra ssl certs

2017-03-12 Thread Richard Stanway
Your configs look fine, what you are seeing is the certificate that is sent if a client does not support SNI. You can control which certificate is chosen using the default_server parameter on your listen directive. On Sun, Mar 12, 2017 at 4:54 PM, Fabian A. Santiago < fsanti...@garbage-juice.com>

Nginx serving extra ssl certs

2017-03-12 Thread Fabian A. Santiago
Hello nginx world, I hope you can help me track down my issue. First, I'm running: Centos 7.3.1611 Nginx 1.11.10 Openssl 1.0.1e-fips My issue is I run 11 virtual sites, all listening on both ipv4 & 6, same two addresses, so obviously I rely on SNI. One site also listens on tor. When I check t