Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Upgrade apache or libssl #257

Open
FroMage opened this issue Nov 19, 2013 · 4 comments
Open

Upgrade apache or libssl #257

FroMage opened this issue Nov 19, 2013 · 4 comments
Assignees
Milestone

Comments

@FroMage
Copy link
Contributor

FroMage commented Nov 19, 2013

It appears https://www.ssllabs.com/ssltest/analyze.html?d=modules.ceylon-lang.org&ignoreMismatch=on says our SSL implementation is not up to date, especially TLS 1.0 instead of the newer 1.2, perhaps we need to upgrade apache or libssl?

@ghost ghost assigned FroMage Nov 19, 2013
@lucaswerkmeister
Copy link
Contributor

Also, you use the modules.ceylon-lang.org cert for ceylon-lang.org as well (when someone manually requests that via HTTPS): https://ceylon-lang.org/

@tombentley tombentley modified the milestones: 1.0, 1.1 Oct 9, 2014
@lucaswerkmeister
Copy link
Contributor

According to the above SSL Labs link, the server now supports TLS up to 1.2 (in fact the rating is pretty good overall). I think this issue can be closed.

@tombentley
Copy link

Well this issue wasn't closed. Right now we score a B. Is that good enough? The main problems are some insecure cypher suites, supporting RC4 and only partial support for forward secrecy.

@tombentley tombentley modified the milestones: 1.3, 1.3.1 Nov 11, 2016
@lucaswerkmeister
Copy link
Contributor

Well back in 2014 I dind’t have the permissions to close this issue :)

SSLLabs report link

We could remove RC4, which is the only grossly insecure suite in our list. I’m not sure why it complains about FS – we seem to support it for all up-to-date systems tested by SSLLabs (exceptions are old versions of Windows, Windows Phone, Android, or Java).

I noticed something else in the report:

Server hostname mail.projectodd.org

Is that really the correct hostname? I suspect it’s just a copy+pasted and not updated bit of Apache config :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants