Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Configure Nginx as reverse proxy with upstream SSL

Solution 1:

I found what was the error, I needed to add proxy_ssl_session_reuse off;

Solution 2:

In my case, I was trying to reverse proxy a website behind Cloudflare. I got the same error in /var/log/nginx/error.log. I tried many solutions and this one worked for me:

proxy_ssl_server_name on;

yes even it's 2019 now some services still need SNI to distinguish among hosted sites.

Tags:

Nginx

Ssl

Reverse Proxy

Related

SSH issues: Read from socket failed: Connection reset by peer Copying Linux users and passwords to a new server Does it matter where the CSR and key files for SSL certification are generated? Microsoft Windows equivalent to LXC Any problems with having an active/active HAProxy setup with Keepalived Retrieve current domain user's full name How do I ground a network switch? x2go arrow key is not working properly I have multiple PostgreSQL servers installed. How do I disable auto boot for older server? How do I start a second shell when in single user mode? "500 OOPS: vsftpd: refusing to run with writable root inside chroot()" - login failed on Debian Is it possible to change zfs raid-z1 to raid-z2 or raid-z3 on freenas?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy