I have been learning about SSL and been using letsencrpyt.org to offer SSL on some of my sites. So far so good and I was able to get the A rating on SSL Labs . Now that my list of domains,subdomains and web dashboards with weird ports are getting rather large. I thought I might setup nginx as a reverse proxy.
I understand how it works for both http and https but is it secure? If the connection from the upstream server to nginx is not secure then whats the point? Will chrome freak out? Will ssl labs? Won't they detect that the path from the actual server to the client is not encrypted the whole way? I could understand if you were reverse_proxy inside your LAN in a secure environment to private IP's and only the nginx was public facing but I plan on using nginx to proxy other servers, in other networks with public IP's meaning user data would still be transmitted across the internet unencrypted right?
I tried to find good information on this topic but unable too. So let's generate some =) .
Thanks, Levi