I configured my ELB to be able to serve ssl pages by putting my certs in the ELB itself. Say the ELB serve requests from www.example.com.
At the same time i need to use ssl outside the ELB and serve some content directly from the server without passing through ELB. In this case the requests goes to web.example.com.
how can i do it and be sure that if ssl is served by ELB is offloaded from the server?
Consider that my webserver is nginx.
Thanks, C