 To Run ampassword with Access Manager in SSL mode
To Run ampassword with Access Manager in SSL modeModify the serverconfig.xml file, located in the following directory:
| AccessManager-base/SUNWam/config/ | 
Change port the server attribute to the SSL port which Access Manager is running.
Change the type attribute to SSL.
For example:
| <iPlanetDataAccessLayer>
<ServerGroup name="default" minConnPool="1" maxConnPool="10">
    <Server name="Server1" host="sun.com" port="636" type="SSL" />
    <User name="User1" type="proxy">
        <DirDN>
                 cn=puser,ou=DSAME Users,dc=iplanet,dc=com
        </DirDN>
        <DirPassword>
                  AQIC5wM2LY4Sfcy+AQBQxghVwhBE92i78cqf
         </DirPassword>
 </User> ...
                | 
ampassword only changes the password in Directory Server. You will have to manually change passwords in the ServerConfig.xml and all authentication templates for Access Manager.