JamesOakley
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by JamesOakley-
Thanks Adam I wrote a great long reply to you, splitting your post into multiple parts to answer each question. Then I spotted what had happened, so I don't need my long reply. [QUOTE=http://blo...
-
Just to add my 2p: I've hit the same issue. The correct, new, hostname is already showing in both /etc/sysconfig/network and with the hostname command. Yet I still get the error when I run /scripts...
-
Two questions about 11.44.1.19 1. The ChangeLog says the SSLProtocol setting for Exim is now configurable through WHM. I could find all the other services, but I couldn't find Exim. Where do you s...
-
In 11.44.1.19, on WHM " Service Configuration " Apache Configuration " Global Configuration, the field to set SSLProtocol has the label "SSL/TLS Cipher Suite". Is that a typo? (The expandable help ...
-
]Check the link I posted previously. Some involve editing the cipher line because the specific services in question, which are third-party to cPanel, don't have protocol-level definitions. That i...
-
]Why is it cPanel's responsibility to do this for any service other than cPanel/WHM itself? There are numerous instructions here on how to disable SSLv3 across the board. Because most of the inst...
-
]All, I've been repeatedly asked to post something about this to my site, so I did: [url=http://thecpaneladmin.com/disabling-support-for-sslv3-on-a-cpanel-server/]de-POODLE-ing: How to Disable S...
-
Picking up on what several people have said in this thread (and this may help @rohroh1974): You shouldn't be changing the SSLCiphers at all. SSLProtocol is the only thing that needs changing (well,...
-
That would remove TLS1.0 and TLS1.1 as well. Just add one line to the pre_main_global.conf file: SSLProtocol ALL -SSLv2 -SSLv3 and restart Apache. That protects Apache, but not Exim, Dovecot, Pu...
-
But TLS_FALLBACK_SCSV only prevents forced downgrades, and I'm pretty sure that's not the only vector that makes SSLv3 problematic.