Hi @CyberBreaker,
Use the following comand to see all posible ciphers:
# cpopenssl ciphers -v 'HIGH:!RC4:!LOW:!EXP:!aNULL:!SSLv2:!MD5'
1) Back up the current /web/templates/httpd-ssl.conf.templ file:
# cp /web/templates/httpd-ssl.conf.templ /web/templates/httpd-ssl.conf.templ_backup
2) Assign the 'write' permission to the file:
# ls -l /web/templates/httpd-ssl.conf.templ
# chmod u+w /web/templates/httpd-ssl.conf.templ
# ls -l /web/templates/httpd-ssl.conf.templ
3) Edit the current /web/templates/httpd-ssl.conf.templ file:
[Expert@HostName:0]# vi /web/templates/httpd-ssl.conf.templ
>>> In the section "SSL Cipher Suite" change the chihper:
# SSL Cipher Suite:
# Add your chiper:
SSLCipherSuite ECDHE-RSA-AES256-SHA384:AES256- SHA256:!ADH:!EXP:RSA:+HIGH:+MEDIUM:!MD5:!LOW:!NULL:!SSLv2:!eNULL:!aNULL:!RC4:!SHA1
4) Restart the httpd
# tellpm process:httpd2
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips