Maxim Dounin
March 03, 2017 07:42AM
Hello!

On Fri, Mar 03, 2017 at 04:53:56AM -0500, user384829 wrote:

> What about if we used a stream/tcp proxy_pass with resolver? Something like
> this:
>
> resolver 8.8.8.8 8.8.4.4 ipv6=off;
>
> stream {
> server {
> listen localhost:81;
> set $upstream_host my.upstream-host.com;
> proxy_pass $upstream_host:443;
> }
> }
>
> server {
> listen 80;
> location ~ /api/ {
> rewrite /api/(.*) /$1 break;
> proxy_ssl_verify off;
> proxy_pass https://localhost:81;
> }
> }
>
> Would this work?

The result will be exactly the same: it will work, but SSL
sessions won't be cached.

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

Large latency increase when using a resolver for proxy_pass

user384829 March 01, 2017 07:32AM

Re: Large latency increase when using a resolver for proxy_pass

Maxim Dounin March 01, 2017 07:46AM

Re: Large latency increase when using a resolver for proxy_pass

user384829 March 01, 2017 09:05AM

Re: Large latency increase when using a resolver for proxy_pass

Maxim Dounin March 01, 2017 10:08AM

Re: Large latency increase when using a resolver for proxy_pass

user384829 March 03, 2017 04:53AM

Re: Large latency increase when using a resolver for proxy_pass

Maxim Dounin March 03, 2017 07:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 207
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