Welcome! Log In Create A New Profile

Advanced

Strange Caching issue

Posted by AlperD 
Strange Caching issue
August 07, 2017 07:31AM
Hi team

I have strange issue with reverse proxy configuration. I'm using reverse proxy configuration due to SSL from sha1 to sha256 transformation with proxy pass configuration

"proxy_pass https://abc.mydomain.com/;"

When we update the abc.mydomain.com dns record, nginx still resolve old ip address until it's restarted.

But Operating System resolving new ip address.

What may cause this issue ? it looks ssl session caching issue but i'm not sure.

Here is session configs

ssl_session_cache builtin:1000 shared:SSL:10m;

Thank you.
Re: Strange Caching issue
August 07, 2017 09:44AM
Hi team

Issue sort out. It's by desing. when nginx starting it's load all records own memory. if you can solve this issue you can use dynamic upstream's or resolver configuration http,server or location context.

Thank you.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

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