How do you enforce HSTS in EEM?
search cancel

How do you enforce HSTS in EEM?

book

Article ID: 252435

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

This document provides a configuration change to enforce HSTS in EEM

Environment

Release : 12.6

Resolution

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