TTMSMCPStreamableHTTPTransport.DisableSSL Method
Turns off encryption and clears the recorded certificate settings.
API unit family: TMS.MCP.Transport.StreamableHTTP
Declaring type: TTMSMCPStreamableHTTPTransport
Syntax
procedure DisableSSL;
Remarks
Clears the certificate, key and password as well as the flag, so re-enabling encryption afterwards means supplying them again. Note that the address the channel reports for itself follows this setting, so turning encryption off also changes the scheme in the published metadata unless a full public address is configured.
Exceptions
| Exception | Description |
|---|---|
Exception |
Raised when the channel is already running. |