Dynamic ssl certificate ? (wildcard+ multiple different certs)

António P. P. Almeida appa at perusio.net
Thu Jan 9 19:50:24 UTC 2014


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.

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.


Le 9 janv. 2014 20:00, "Larry" <nginx-forum at nginx.us> a écrit :
>
> Thanks,
>
> I left the cookies out of this context right now I understand.
>
> But since there is a http request first why doesn't nginx is able to
switch
> to the right certificate accordingly ?
>
> Without obliging me to create a new entry for each (which is the route I
am
> going to take)?
>
> Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,246178,246197#msg-246197
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140109/27a0d9be/attachment.html>


More information about the nginx mailing list