Applications Systems
Turn off HTTP traffic in DPA (Port 8123)
This article describes how to set DPA to only use traffic over HTTPS (8124 by default).
First published date
Last published date
Overview
In DPA 2023.2 and later, HTTP traffic is disabled by default, and HTTPS connections are required. Use the following steps to configure earlier versions of DPA to use only HTTPS (8124 by default).
Product section
Resolution
- Go to <DPAInstallDirectory>\iwc\tomcat\conf\.
- Create a backup of the server.xml file.
- Comment out the HTTP connector section:
<!-- HTTP connector
<Connector port="8123" maxHttpHeaderSize="20480" URIEncoding="UTF-8" compression="on"
compressionMinSize="2048" compressableMimeType="text/html,text/xml,text/csv,text/css,text/javascript"
/> --> - Save the file.
- Restart the Ignite PI service.