Obfuscating the Proxy Password
Best practice is to obfuscate the proxy password and use this encrypted value for the http.proxyPassword parameter.
The following is an example session showing both the command used to obfuscate a plain-text password (in this case, user1apwd35) and the resulting obfuscated string:
$ java -jar flexnetls.jar --password=user1apwd35
user1apwd35 => OBF:1ri71v1r1v2n1ri71shq1ri71shs1ri71v1r1v2n1ri7
Use the entire obfuscated string, including its OBF: prefix, for the http.proxyPassword value, as shown in this example:
-Dhttp.proxyPassword=OBF:1ri71v1r1v2n1ri71shq1ri71shs1ri71v1r1v2n1ri7