Hey everyone,

 

I'm running CentOS 5.8 (Final) which has openssl 0.9.8e natively
installed and I'm trying to enable SNI support.

 

- I am running Pound 2.6 (stable)

 

- I downloaded openssl 1.0.1c and compiled to /usr/local/openssl

 

- I tried to recompile pound with the new openssl version by doing;

 

                make clean

                ./configure --with-ssl=/usr/local

                make

 

... and it appeared to work correctly. Pound runs, but when I try to
specify two or more certs in my ListenHTTPS section, I get the error
ListenHTTPS: multiple certificates not supported which I can see in
config.c means there is no SNI support and it's borking on the second
cert reference in pound.cfg.

 

Can anyone point me in the right direction as to why I'm not able to get
SNI support working?

 

Thanks,

Amal ;)

Reply via email to