This document provides a configuration change to enforce HSTS in EEM
Release : 12.6
To enforce Secure flag for communication with EEM,
1) in EEM Sergver's iTechnology/igateway.conf file, look for below
<TransportReceiver imageName="HTTPListener" name="HTTP">
<implementation>synchronous</implementation>
<Connector name="defaultport">
<port>5250</port>
<mustlisten>true</mustlisten>
<conntype/>
2) Change the <conntype/> above to look like:
<conntype>secure</conntype>
3) Save the file and restart iGateway