I had noticed that the paths to your certificates were expressed as
relative paths. I think at least part of Reindl's recommendation was to
express fully qualified paths to your certs and to examined the permissions
on those files carefully. SSL is very particular about rejecting security
files which have too-permisive permissions..
also, considered tailing /var/log/secure
On 2012-11-24 8:05 PM, "Jackie Zhang" <jackie.qq.zhang@stripped> wrote:
Dear Reindl,
Thanks a lot for the reply!
I tried your scripts (the only difference is the openssl.cnf because I
don't have it)
Unfortunately, I still failed to start the server with the same message:
121124 17:00:06 [Warning] Failed to setup SSL
121124 17:00:06 [Warning] SSL error: Failed to set ciphers to use
Do you have any idea from the log message?
Best regards,
Jackie
On Sat, Nov 24, 2012 at 4:02 PM, Reindl Harald <h.reindl@stripped
>wrote:
>
>
> Am 25.11.2012 00:30, schrieb Jackie Zhang:
> > Hello everyone,
> >
> > I want to setup SSL fo...