I can't connect to OpenAM through HTTP, only through HTTPS. When I run the Opends status file, it says HTTP Port 8080 is disabled. I'm working with the default configuration and the embedded Opends and Opendj.
Here are the results of running the /config/opends/config/bin/status file.
root@openam:/usr/openam/config/opends/bin# ./status
>>>> Specify OpenDJ LDAP connection parameters
Administrator user bind DN [cn=Directory Manager]:
Password for user 'cn=Directory Manager':
--- Server Status ---
Server Run Status: Started
Open Connections: 17
--- Server Details ---
Host Name: openam.example.com
Administrative Users: cn=Directory Manager
Installation Path: /usr/openam/config/opends
Version: OpenDJ Server 4.5.0
Java Version: 1.8.0_332
Administration Connector: Port 4444 (LDAPS)
--- Connection Handlers ---
Address:Port : Protocol : State
--------------:----------:---------
-- : LDIF : Disabled
0.0.0.0:636 : LDAPS : Disabled
0.0.0.0:1689 : JMX : Enabled
0.0.0.0:8080 : HTTP : Disabled
0.0.0.0:50389 : LDAP : Enabled
--- Data Sources ---
Base DN: dc=openam,dc=openidentityplatform,dc=org
Backend ID: userRoot
Entries: 604
Replication:
How can I enable HTTP?