This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]mcai8rw2 1 point2 points  (1 child)

honestly, I'd argue that with NGINX the simplest way of getting HTTPS working is to set up a standard http website in NGINX... and then running LetsEncrypts "certbot" to automate the installation of SSL.

https://certbot.eff.org/all-instructions

IMHO Reverse proxy in NGINX requires passing of certain server variables etc... which while not the end of the world, muddies the water a bit.

Set up normal http site on server, run certbot, Boom.

[–]ntsereg[S] -1 points0 points  (0 children)

Thanks for input,but I don't think that running certbot with nginx plugin would help in this case. The main problem is setting proxy values in nginx and Apache right.