* SNI *

Two new options have been added:

--sni <name> <cert>,<key>[,ciphers,client_ca]
--sni-regexp <regexp> <cert>,<key>[,ciphers,client_ca]

they initialize a new context mapped to a specific name (hostname) or a
regexp.

Whenever an ssl sessions is opened (for example by the https router) this
items are checked and if they matches the corresponding ssl context is
used.

* Scaling SSL *

https://github.com/unbit/uwsgi-docs/blob/master/SSLScaling.rst

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to