Thanks for updating your profile too 
Hmmm
Looking into it... Have you customized your installation in any way before using this tutorial?

Hmmm

[SPLIT] Secure Sentora Login with Let's Encrypt
|
Thanks for updating your profile too
![]() Hmmm ![]()
RE: Secure Sentora Login with Let's Encrypt
01-29-2016, 02:43 PM
(This post was last modified: 01-29-2016, 02:47 PM by zustudios.
Edit Reason: profile update
)
(01-29-2016, 01:45 PM)TGates Wrote: Sounds like mod_ssl is not isntalled as per this part of the directions:I updated my profile to "both ubuntu 12.04/centos 6.7"
RE: Secure Sentora Login with Let's Encrypt
01-29-2016, 02:50 PM
(This post was last modified: 01-29-2016, 02:51 PM by zustudios.
Edit Reason: answer the question
)
(01-29-2016, 02:43 PM)TGates Wrote: Thanks for updating your profile too No customization fresh install. I'm using proxmox ( https://www.proxmox.com/en/ ) with lxc container.Ubuntu 12.04 If I pm you my login and ssh details can you debug the situation? Code: The Apache error log may have more information.
RE: Secure Sentora Login with Let's Encrypt
01-31-2016, 07:02 PM
(This post was last modified: 01-31-2016, 07:05 PM by denellum.)
Just want to help add more security and get an A+ ranking on the following SSL cert testing site https://www.ssllabs.com/ssltest on a CentOS 7 server :
Credit to the guys that helped with this : https://cipherli.st/ The first part of the guide will require you to configure some things via SSH, so go ahead and log into your server via SSH. Edit ssl.conf : Code: vi /etc/httpd/conf.d/ssl.conf Find LogLevel warn Code: /LogLevel warn add after: Code: #https://cipherli.st/ Search for SSLProtocol all -SSLv2 : Code: /SSLProtocol all -SSLv2 Replace it with it commented out : Code:
all -SSLv2 Search for SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA : Code: /SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA Replace it with it commented out : Code:
HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA Now simply go back to your control panel and go to : admin > Module Admin > Apache Config > Global Sentora Entry Add the following AFTER your SSL certs : Code: SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH Go back to your server and run a quick reset and update the daemon : Code: php -q /etc/sentora/panel/bin/daemon.php && service httpd restart Now test your domain over at SSLlabs : https://www.ssllabs.com/ssltest/ Thanks given by: inkoop@topmatica.nl
Updated first post with new Global Sentora Vhost Entry. Gives Apache 2.4 an 'A' rating.
May need to be tweaked to work on Apache 2.2+ |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Secure Sentora Domains with Let's Encrypt | TGates | 27 | 105 ,897 |
06-08-2024, 05:06 PM Last Post: andykimpe |
|
Secure Sentora With SSLForFree | Chris L | 1 | 6 ,178 |
01-22-2020, 09:19 PM Last Post: ralphharder |
|
Fail2ban for Sentora (Centos 7) | bbspike | 14 | 53 ,620 |
01-14-2020, 07:32 AM Last Post: Vedran B |