Welcome! Log In Create A New Profile

Advanced

ssl proxys https web server is very slow

Yifeng Wang
June 20, 2014 04:52AM
Hi, It's my first time using NGINX to proxy other web servers. I set a
variable in location, this variable may be gotten in cookie or args. if
I use it directly likes "proxy_pass https://$nodeIp2;", it will get the
response for a long time. but if I hardcode likes "proxy_pass
https://147.128.22.152:8443" it works normally. Do I need to set more
cofiguration parameters to solve this problem.Below is the segment of my
windows https configuration.

http {
...
server {
listen 443 ssl;
server_name localhost;

ssl_certificate server.crt;
ssl_certificate_key server.key;

location /pau6000lct/ {
set $nodeIp 147.128.22.152:8443;
proxy_pass https://$nodeIp;

proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
}
}
}

--
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: 326
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