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

Force iMonitor to use TLS 1.2

I figure I must be missing something obvious here.  How do you force iMonitor to only use TLS 1.2 and not allow 1.0 or 1.1?  This is in eDir 9.2.6 and 9.2.7.  Thanks.

Matt

Parents
  • 0  

    ;       By default, TLSv1.0, TLSv1.1, TLSv1.2 protocols are enabled.
    ;       SSLv2 and SSLv3 protocols are disabled by default and cannot be enabled because they are weak ciphers.
    ;
    ;       Attributes to enable or disable TLS protocols are:
    ;       TLSv1.0 ----> SSLNOTLSv1 should be set to "true" or "false"
    ;       TLSv1.1 ----> SSLNOTLSv1_1 should be set to "true" or "false"
    ;       TLSv1.2 ----> SSLNOTLSv1_2 should be set to "true" or "false"
    ;
    ;       Example 1: To disable TLSv1.0
    ;                  SSLNOTLSv1 true
    ;
    ;       Example 2: To enable or disable multiple TLS versions, specify each value on a new line.
    ;                  SSLNOTLSv1 false    --- enables TLSv1.0
    ;                  SSLNOTLSv1_1 true   --- disables TLSv1.1
    ;                  SSLNOTLSv1_2 true   --- disables TLSv1.2
    ;
    ;   Note: If you modify the setting it will be necessary to restart NRM.

Reply
  • 0  

    ;       By default, TLSv1.0, TLSv1.1, TLSv1.2 protocols are enabled.
    ;       SSLv2 and SSLv3 protocols are disabled by default and cannot be enabled because they are weak ciphers.
    ;
    ;       Attributes to enable or disable TLS protocols are:
    ;       TLSv1.0 ----> SSLNOTLSv1 should be set to "true" or "false"
    ;       TLSv1.1 ----> SSLNOTLSv1_1 should be set to "true" or "false"
    ;       TLSv1.2 ----> SSLNOTLSv1_2 should be set to "true" or "false"
    ;
    ;       Example 1: To disable TLSv1.0
    ;                  SSLNOTLSv1 true
    ;
    ;       Example 2: To enable or disable multiple TLS versions, specify each value on a new line.
    ;                  SSLNOTLSv1 false    --- enables TLSv1.0
    ;                  SSLNOTLSv1_1 true   --- disables TLSv1.1
    ;                  SSLNOTLSv1_2 true   --- disables TLSv1.2
    ;
    ;   Note: If you modify the setting it will be necessary to restart NRM.

Children