I can see that for the IAM component, https is enabled by default.
Is there any option to disable the https and enable only http for the IAM component?
Release : 10.8 and up
Component : CA Service Virtualization
N/A
By default IAM listens only on HTTPS port 51111. The HTTP port 51112 is disabled unless you enable it.
So if you do not see IAM responding on port 51112 in 10.9.0 (or other versions), that is expected: HTTP is off by default.
Summary:
Port Protocol Default
51111 HTTPS Enabled (IAM listens here by default).
51112 HTTP Disabled unless http.enabled=true in iam.properties.
To access IAM on HTTP, set http.enabled=true (and optionally http.port=51112) in iam.properties and restart IAM.