HTTP Connector
The HTTP Connector resource template represents an incoming HTTP connection. HTTP connectors are used by a service's SOAP binding and also by the WebApp component.
General
SSL
Advanced
Property | Required? | Editable? | Accepts SVars? | Description |
---|---|---|---|---|
SSL Security Provider | N | Y | N | Optional. The SSL security provider. |
SSL Protocol | N | Y | N | The SSL protocol to use in the SSL connection:
Default: TLSv1.2. |
SSL Cipher Class | N | Y | N | The number of bits in the key used to encrypt data:
Default: At Least 128 Bit. |
Explicit Cipher List | N | Y | Y | A list of ciphers. Enabled when SSL Cipher Class is set to Explicit Ciphers. Use the JSSE format for
ciphers names.
Default: None |
Verify Remote Hostname | N | N | N | Indicate whether the name on the server's certificate must be verified against the server's hostname. If the server's hostname is different than the name on the certificate, the SSL connection will fail. The name on the certificate can be verified against another name by specifying Expected Remote Hostname. When checked, the Expected Remote Hostname field is enabled.
Default: Unchecked. |
Expected Remote Hostname | N | Y | Y | Optional. The expected name of the remote host.
Default: None |
By default all HTTP methods are enabled for HTTP connectors. To disable HTTP OPTIONS and PUT methods for all connectors on a Node or a specific connector, set the following Node JVM properties to
false:
- amf.node.disableHTTPOptions
- amf.node.disableHTTPOptions.connectorName
- amf.node.disableHTTPPut
- amf.node.disableHTTPPut.connectorName
For example, amf.node.disableHTTPOptions=false disables the HTTP OPTIONS for all connectors on a Node.
Copyright © Cloud Software Group, Inc. All rights reserved.