IMSVA9.1
InterScan MSS 9.1 Linux
InterScan MSS7.5 Windows
【変更前】
<Connector port="8445" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
keystoreFile="../tomcat/sslkey/.keystore" clientAuth="false" sslProtocol="TLS"/>
【変更後】
太字部分を追加
<Connector port="8445" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
ciphers="SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
keystoreFile="../tomcat/sslkey/.keystore" clientAuth="false" sslProtocol="TLS"/>
2.保存後管理コンソールのサービスを再起動します。
Trend Micro IMSS Web Console
3.C:\Program Files\Trend Micro\IMSS\ui\euqui\conf\EUQ.confを開きます。
"SSLSessionCacheTimeout 600"の後に以下を追加します。
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXPORT
4.保存後 エンドユーザ隔離サービスを再起動します。
Trend Micro IMSS End User Quarantine Console