You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
Hi,
I was looking at the ssl certificate by lua functionality, but I don't see support currently for selectively enabling client certificates. Is this correct? Has anyone attempted this functionality yet? Ideally we'd basically like to combine this with SNI and by domain specify if ssl_verify_client is set to on.
jona...@findmeon.com
unread,
Sep 27, 2016, 11:37:45 PM9/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
I open sourced our code for a certificate manger. OpenResty uses SNI to serve a certificate per domain; the lookup is in nginx with failovers to redis and a python app. This may point you in the right direction: