Hi, the feature you are asking for is called SNI: http://en.wikipedia.org/wiki/Server_Name_Indication
Pound supports SNI starting with version 2.6 (if the installed SSL library supports it too). For further details you can take a look at the pound webpage (http://www.apsis.ch/pound/index_html -> section "VIRTUAL HOSTS AND HTTPS") and the pound manual page ("Cert" directive). Hope this helps! Kind regards, Leo On 09/06/2012 04:34 PM, KFCI Webmaster wrote: > > Hi, > > > > Is it possible to use Pound to listen on one IP address for several > subdomains using SSL? > > > > e.g. > > ListenHTTPS > > Address xxx.xxx.xxx.xxx > > Port 443 > > Cert "/etc/ssl/xxx.pem" > > Service > > HeadRequire "Host: .*www.domain.com.*" > > BackEnd > > Address xxx.xxx.xxx.xxx > > Port 80 > > TimeOut 60 > > End > > End > > Service > > HeadRequire "Host: .*subdomain1.domain.com.*" > > BackEnd > > Address xxx.xxx.xxx.xxx > > Port 80 > > TimeOut 60 > > End > > End > > End > > > > Or something like this? >
