Is there are way to change the SSL options for the remote admin, in relation to the SSL ciphers used etc.
Currently this accepts connections using weak ciphers - would like to enforce SSLv3 and TLSv1 only, and then only using strong ciphers. Basically an equivilent of these settings in Apache web server:
SSLProtocol TLSv1 SSLv3
SSLCipherSuite RC4-SHA:AES256-SHA:ALL:!ADH:!MD5:!EXP:!LOW:!NULL