The transport entry allows the user agent to communicate using different transport layers. If there is no transport entry, the default is HTTP.
Keyword | Comments |
|---|---|
transport | http, ftp, sftp, jms or mqseries |
javax.net.ssl.keyStore | Directive to use specified key store for SSL communications. |
javax.net.ssl.keyStoreType | Key store type: Default is JKS. |
javax.net.ssl.keyStorePassword | Key store password. |
javax.net.ssl.trustStore | Directive to use specified trust store for SSL communications. |
javax.net.ssl.trustStoreType | Trust store type. Default is JKS. |
javax.net.ssl.trustStorePassword | Trust store password. |
javax.net.debug | Enable debugging. |
java.protocol.handler.pkgs | Optional. Used to handle the https protocol string. |