This article contains steps in disabling https access to EUQ console. Disabling HTTS access is usually done when a proxy is blocking secured connections to the EUQ console.
To disable https on EUQ console listening on port 8446:
- Go to <IMSS_Folder>\ui\euqui\conf.
- Edit the server.xml file.
- Search the connector port 8446.
- Modify the following attributes. Set it to the following values and add "/>" at the end.
- For IMSS and IMSVA 7.0, 8.0:
scheme="http" secure="false" />
- For IMSVA 8.2:
scheme="http" secure="false" SSLEnabled="false"/>
- For IMSS and IMSVA 7.0, 8.0:
- Comment out the last line by addingat the end of the line.
- For IMSS and IMSVA 7.0, 8.0:
<Connector port "8446" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="http" secure="false" />
- For IMSVA 8.2:
<Connector port "8446" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="http" secure="false" SSLEnabled="false"/>
- For IMSS and IMSVA 7.0, 8.0:
- Save the changes.
- Restart the EUQ service/daemon.
- For Windows, restart the Trend Micro IMSS End User Quarantine Console.
- For IMSVA/Linux, run the <IMSS_Folder>/script/S99EUQ restart