Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL-config is not secure enough #35

Closed
iXware71 opened this issue Apr 3, 2021 · 2 comments
Closed

SSL-config is not secure enough #35

iXware71 opened this issue Apr 3, 2021 · 2 comments
Assignees

Comments

@iXware71
Copy link

iXware71 commented Apr 3, 2021

The apache ssl config is not secure enough. The ssl test at https://ssllabs.com/ssltest only gives an overall rating of "B".

Please check https://bettercrypto.org/#_apache for better apache configuration.

The "header" parameters are not necessary for a better rating, but the parameters SSLProtocol and SSLCipherSuite are important.

Add this in /etc/apache2/sites-available/000-default.conf before line "</VirtualHost>":

SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLHonorCipherOrder On
SSLCompression off

SSLCipherSuite EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA'

@iXware71 iXware71 changed the title SSL-config is not secure SSL-config is not secure enough Apr 3, 2021
@ckulka
Copy link
Owner

ckulka commented Apr 5, 2021

Hi @iXware71 , I'll add it to Apache (and also checl the nginx settings) in the next release, thanks!

ckulka added a commit that referenced this issue Apr 7, 2021
@ckulka ckulka self-assigned this Apr 7, 2021
@ckulka
Copy link
Owner

ckulka commented May 18, 2021

Closing this issue given this is fixed in master and will be part of the next release version of Baikal.

Thanks again @iXware71 to point it out 👍

@ckulka ckulka closed this as completed May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants