Re: mod_ssl custom vhost module

2017-03-30 Thread Nick Kew
On Thu, 2017-03-30 at 15:20 +, Michael Sløgedal wrote: > I looked a little on the mod_ssl source code, and it seems it does a lot of > preprocessing on config stage, and relies on a combination of VirtualHost and > ServerName / Alias directives. > I suppose this means that mod_ssl wouldn't w

mod_ssl custom vhost module

2017-03-30 Thread Michael Sløgedal
Hi, I have a custom vhost module using ap_hook_translate_name and sql lookup. This is enabled through a single VirtualHost section in config. Now I need to add ssl certificates with SNI on selected sites / domains. What's the best way to go about this? I looked a little on the mod_ssl source c