Welcome! Log In Create A New Profile

Advanced

Re: ssl proxys https web server is very slow

Yifeng Wang
June 22, 2014 09:56PM
Hi, I dont's use upstream, because the web server is added dynamically.
I must get address from the cookie or args, then NGINX will proxy from
this address to the client browser.
I find that if I remove some security configuration in "web.xml" file of
my project like below,
<login-config>
<auth-method>CLIENT-CERT</auth-method>
<realm-name>Client Cert Users-only Area</realm-name>
</login-config>
<security-constraint>
<web-resource-collection>
<web-resource-name>SSL</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
Oh, it works fast. Maybe I guess this is the reason why it runs slowly.

Thanks, guys.

--
Posted via http://www.ruby-forum.com/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

ssl proxys https web server is very slow

Yifeng Wang June 20, 2014 04:52AM

Re: ssl proxys https web server is very slow

Maxim Dounin June 20, 2014 08:22AM

Re: ssl proxys https web server is very slow

Mark Moseley June 20, 2014 01:16PM

Re: ssl proxys https web server is very slow

Maxim Dounin June 20, 2014 03:14PM

Re: ssl proxys https web server is very slow

Yifeng Wang June 22, 2014 09:56PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 244
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready