Problem
How to disable SSLv3 in ubuntu.
Solution
vi /etc/apache2/mods-available/ssl.conf
changed this line to whatever you like e.g.
SSLProtocol all -SSLv2 -SSLv3
How to disable SSLv3 in ubuntu.
vi /etc/apache2/mods-available/ssl.conf
changed this line to whatever you like e.g.
SSLProtocol all -SSLv2 -SSLv3