Configuring a Secure HTTP Connection

Both the Oracle WebLogic Server and the WebSphere application server support secure HTTP (HTTPS) connections. If you are using an HTTPS connection, you must manually configure HTTPS proxy parameters. The HTTPS proxy configurations are in addition to the HTTP proxy server configurations set by Server Manager. This table identifies the HTTPS proxy server parameters:

Parameter

Description

https.proxyHost

The host name of the proxy server.

https.proxyPort

The port number of the proxy server.

https.nonProxyHosts

Optional. The machines and domains that do not need to be routed through the proxy server. Typically, these are all machines on the intranet. Multiple entries must be separated by a vertical bar (|).

https.proxyUser

Optional. The user name to be used for authentication on the proxy server.

https.proxyPassword

Optional. The password for the user name that is being used for authentication.