...
org.wso2.carbon.core.transports.http.HttpsTransportListener
Info |
---|
Although the |
The class that should be specified as the transport implementation is org.wso2.carbon.server.transports.http.HttpsTransport
. In addition to the configuration parameters supported by the HTTP servlet transport, HTTPS servlet transport supports the following configuration parameters:
Info | title | Tip
---|
Tip |
In transport parameter tables, literals displayed in italic mode under the "Possible Values" column should be considered as fixed literal constant values. Those values can be directly put in transport configurations. |
Parameter Name | Description | Requried | Possible Values | Default Value |
---|---|---|---|---|
sslProtocol | Transport level security protocol to be used. | No | TLS, SSL | TLS |
keystore | Path to the keystore which should be used for encryption/decryption. | Yes | A valid file path to a keystore file |
|
keypass | Password to access the specified keystore. | Yes | A valid password |
|
...