mercredi 29 juillet 2015

Redirect http to https AWS ELB without hosting ssl certificate on webserver

I have web servers running nginx behind a AWS ELB. I have setup the ELB to accept https connections, and send the requests over http to the webservers. I would also like to accept http connection to the ELB, and redirect them to https.

All solutions to this redirection problem involve handling https on the webserver and redirecting it to http.

Is there a way to do this without handling the redirect on the webserver? I would rather not have to have my ssl certificate on the ELB and all webservers.




Aucun commentaire:

Enregistrer un commentaire