Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSLv2 to TLS 1.2

I was connected via SSL VPN and decided to sniff my traffic to see which encryption protocol was being used. To my dismay I saw that it is SSLv2.

This needs to change to at least TLS 1.1. How can this be done?

I have UTM 9.401-11.



This thread was automatically locked due to age.
Parents
  • Hi Ryan,

    SSH to UTM and follow the step:

    Navigate to /var/chroot-smtp/etc/

    Open the exim.conf with vi: vi exim.conf

    Change(or add if missing) the line openssl_options to: openssl_options = +no_sslv3
    at the end of the section #TLS

    Note: Make sure that the values for tls_require_ciphers looks as follows before you save your changes:
    RC4+RSA:HIGH:!MD5:!ADH:!SSLv2

    Save your changes and close the editor: :wq

    Now restart the smtpd service by executing /var/mdw/scripts/smtp restart

    Thanks

    Sachin Gurung
    Team Lead | Sophos Technical Support
    Knowledge Base  |  @SophosSupport  |  Video tutorials
    Remember to like a post.  If a post (on a question thread) solves your question use the 'This helped me' link.

Reply
  • Hi Ryan,

    SSH to UTM and follow the step:

    Navigate to /var/chroot-smtp/etc/

    Open the exim.conf with vi: vi exim.conf

    Change(or add if missing) the line openssl_options to: openssl_options = +no_sslv3
    at the end of the section #TLS

    Note: Make sure that the values for tls_require_ciphers looks as follows before you save your changes:
    RC4+RSA:HIGH:!MD5:!ADH:!SSLv2

    Save your changes and close the editor: :wq

    Now restart the smtpd service by executing /var/mdw/scripts/smtp restart

    Thanks

    Sachin Gurung
    Team Lead | Sophos Technical Support
    Knowledge Base  |  @SophosSupport  |  Video tutorials
    Remember to like a post.  If a post (on a question thread) solves your question use the 'This helped me' link.

Children