<p dir="ltr">Because the certs are parsed when the config is loaded so that you can have a SSL context right from the start. Well before the HTTP layer is touched. If you want dynamic cert loading you have to do it yourself. </p>

<p dir="ltr">At a time I tried that by following a simpler path of modifying stud so that it does on the fly cert loading. Never pursued it further. The thing is you need a context right from the start and then change dynamically to use the server name, AFAICT.<br>
<br><br></p>
<p dir="ltr">Le 9 janv. 2014 20:00, "Larry" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> a écrit :<br>
><br>
> Thanks,<br>
><br>
> I left the cookies out of this context right now I understand.<br>
><br>
> But since there is a http request first why doesn't nginx is able to switch<br>
> to the right certificate accordingly ?<br>
><br>
> Without obliging me to create a new entry for each (which is the route I am<br>
> going to take)?<br>
><br>
> Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,246178,246197#msg-246197">http://forum.nginx.org/read.php?2,246178,246197#msg-246197</a><br>
><br>
> _______________________________________________<br>
> nginx mailing list<br>
> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</p>