RE: Use cert chain in SSL settings

2018-12-04 Thread Szalai Kálmán
@kannel.org Tárgy: Re: Use cert chain in SSL settings It seems you are using an SNI certificate (that is, sharing multiple SSL hosts on a single IP address). You should correct the openssl s_client command to openssl s_client -showcerts -servername www.example.com<http://www.example.com> -c

Re: Use cert chain in SSL settings

2018-12-04 Thread Vangelis Typaldos
It seems you are using an SNI certificate (that is, sharing multiple SSL hosts on a single IP address). You should correct the openssl s_client command to openssl s_client -showcerts -servername www.example.com -connect www.example.com:443 I'm not sure that kannel su