How to access DS from AM 7.x using non SSL communication

Although this is not recommended except for evaluation and troubleshooting purpose, it is possible to setup a non SSL communication between DS and AM 7.x

Before installation, just setup this flag

/bin/dsconfig set-password-policy-prop
–policy-name Root\ Password\ Policy
–set require-secure-authentication:false
–hostname openam.internal.example.com
–port 4444
–bindDn uid=admin
–bindPassword Netscape123
–trustAll
–no-prompt

1 Like

Hey Sam, thank you for sharing this useful troubleshooting tip with the community!

Although this is not recommended except for evaluation and troubleshooting purpose, it is possible to setup a non SSL communication between DS and AM 7.x

Before installation, just setup this flag

/bin/dsconfig set-password-policy-prop
–policy-name Root\ Password\ Policy
–set require-secure-authentication:false
–hostname openam.internal.example.com
–port 4444
–bindDn uid=admin
–bindPassword Netscape123
–trustAll
–no-prompt

Although this is not recommended except for evaluation and troubleshooting purpose, it is possible to setup a non SSL communication between DS and AM 7.x

Before installation, just setup this flag

/bin/dsconfig set-password-policy-prop
–policy-name Root\ Password\ Policy
–set require-secure-authentication:false
–hostname openam.internal.example.com
–port 4444
–bindDn uid=admin
–bindPassword Netscape123
–trustAll
–no-prompt