IBM BPM, V8.0.1, All platforms > Administer the IT infrastructure > Manage IBM Process Servers > Modify runtime server configuration properties > Configure proxy settings

Use encrypted passwords in proxy settings

If you want to use an encrypted password in the proxy settings, first generate the encrypted password, and then update the 100Custom.xml file to include the password and its encryption status.

To enable encrypted passwords in proxy settings...


Procedure

  1. Log in with administrator privileges.
  2. Follow the steps in Encrypt passwords to generate the encrypted password.
  3. Follow the steps in "Configuring proxy settings" link at the bottom of this topic to copy the connection section from the 99Local.xml file to the 100Custom.xml file.
    <server>
    	<connection>
    		<proxy-settings>
    			<host></host>
    			<port></port>
    			<user-name></user-name>
    			<password></password>
    					<password-encrypted></password-encrypted>
    			<excluded-hosts></excluded-hosts>
    		</proxy-settings>
    		<proxy-settings protocol="http">
    			<host></host>
    			<port></port>
    			<user-name></user-name>
    			<password></password>
    					<password-encrypted></password-encrypted>
    			<excluded-hosts></excluded-hosts>
    		</proxy-settings>
    		<proxy-settings protocol="https">
    			<host></host>
    			<port></port>
    			<user-name></user-name>
    			<password></password>
    					<password-encrypted></password-encrypted>
    			<excluded-hosts></excluded-hosts>
    		</proxy-settings>
    	</connection>
    </server>

  4. In the 100Custom.xml file, edit the proxy settings in the connection section to include the encrypted password and to set the <password-encrypted> element to true.
    			<password>nzDPAfVxQvhEorXxD8Ua3A==:Z3jT8wjK60QShbkXsysnzg==</password>
    					<password-encrypted>true</password-encrypted>
    			
  5. Save the 100Custom.xml file.

Configure proxy settings


Related information:
The 99Local.xml and 100Custom.xml configuration files