Looking over Sage source I think this is a sage-devel issue but figured
I would check here first, in-case I missed something.
Is there existing functionality to specify an intermediate certificate
chain for SSL/TLS to the sage notebook?
I am administrating a Sage server that needs to used not self-signed
certificates. I successfully generated the request and a certificate
was purchased; sage accepts the cert; but most web browsers see the cert
as invalid without the intermediate certificate chain is needed. I have
not found an option in Sage to specify such a chain file.
I did try cat'ing them on to the end of public certificate. Sage
(twisted) accepts that only reads as far the first certificate, meaning
web-browsers still complain. Proof that sage is in fact not sending the
intermediate certificates (ruling out a browser problem) was attained
using openssl
`openssl s_client -connect $SERVER:$PORT -showcerts`
Thanks!
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org