Proxy Password (-proxyPassword)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Proxy Password (-proxyPassword)
Use Proxy Password (-proxyPassword) when -proxyhost and
-proxyport are specified and the Proxy server requires authentication.
| Operating system and syntax | UNIX / Windows |
-proxyPassword
password
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | — | — | — | — |
- password
- Password used to authenticate the application server client to the HTTP-based Proxy server. password can be a string of up to 512 printable ASCII characters.
You can access -proxyPassword using the
SESSION:PROXY-PASSWORD attribute.
If -proxyhost and -proxyport are not specified on the
command line to the OpenEdge client, any value for -proxyPassword, whether
specified with the startup parameter or with the SESSION attribute, is
ignored.
password is validated during the application server
CONNECT() method. If the password is invalid, the CONNECT() method
fails and the AVM issues an error message.
If -proxyUserid is not specified or SESSION:PROXY-USERID
is not set, the CONNECT() method ignores any value for
-proxyPassword.