Mailing List Archive

Re: Cherokee + StartSSL
Okay a little update on that.
I'm finally getting a error message:

Unable to set SSL session-id context for '***********': error:140DB111:SSL
routines:SSL_CTX_set_session_id_context:ssl session id context too long

Suggestions on this problem?

--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Cherokee-StartSSL-tp5004256p5004450.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Cherokee + StartSSL [ In reply to ]
You need to make "chained" version of your certs. It will be like this.
If your ssl cert is "ssl.crt" and you downloaded the needed files from
StartSSL website (the class1 especially). Then you need to execute:
"cat ssl.crt class1.pem > chained_ssl.pem"
And specify the chained_ssl.pem as a cert file, key stays "the same".

Should work but written from my memory (no pc access now sorry).
18-11-2011 15:39 użytkownik "Dave" <david.mohl@hotmail.de> napisał:

> Okay a little update on that.
> I'm finally getting a error message:
>
> Unable to set SSL session-id context for '***********': error:140DB111:SSL
> routines:SSL_CTX_set_session_id_context:ssl session id context too long
>
> Suggestions on this problem?
>
> --
> View this message in context:
> http://cherokee-web-server-general.1049476.n5.nabble.com/Cherokee-StartSSL-tp5004256p5004450.html
> Sent from the Cherokee Web Server - General mailing list archive at
> Nabble.com.
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>