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

WebAdmin and user portal TLS v1.0

I ran an external compliance scan on our network and received a notification that the the ports/services that handle the WebAdmin login and user portal for our UTM 220 accept TLS v1.0, which causes the scan to fail.  Is there any way I can disable v1.0?  I read a couple posts about manually updating the system for Heartbleed and TLS for SMTP, but I thought those methods might be outdated by now or not to applicable to this case.

The UTM 220 is at version 9.310-11.

thanks!


This thread was automatically locked due to age.
Parents
  • Noregrets, what is the output of the following on your UTM?
    grep SSLProtocol /var/sec/chroot-httpd/etc/httpd/httpd.conf

    I expect "SSLProtocol +TLSv1.1 +TLSv1.2" nstead of "SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2."

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Noregrets, what is the output of the following on your UTM?
    grep SSLProtocol /var/sec/chroot-httpd/etc/httpd/httpd.conf

    I expect "SSLProtocol +TLSv1.1 +TLSv1.2" nstead of "SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2."

    Cheers - Bob


    Just checked and on my system it shows

    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
Reply
  • Noregrets, what is the output of the following on your UTM?
    grep SSLProtocol /var/sec/chroot-httpd/etc/httpd/httpd.conf

    I expect "SSLProtocol +TLSv1.1 +TLSv1.2" nstead of "SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2."

    Cheers - Bob


    Just checked and on my system it shows

    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
Children
No Data