@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
that kannel support SNI certificates though
Best Regards,
From: users on behalf of Szalai Kálmán
Sent: Tuesday, December 4, 2018 11:22 AM
To: users@kannel.org
Subject: Use cert chain in SSL settings
Dear All,
How can I set to use SSL in sendsms and admin an
Dear All,
How can I set to use SSL in sendsms and admin and providing CA cert chain?
I used settings from documentation:
To use the SSL-enabled HTTP server please use the following configuration
directive within the core and smsbox groups
group = core
...
ssl-server-cert-file = "filename"
ssl-s