/AWS1/CL_AGWTLSCONFIG¶
Specifies the TLS configuration for an integration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_insecureskipverification TYPE /AWS1/AGWBOOLEAN /AWS1/AGWBOOLEAN¶
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for
HTTPandHTTP_PROXYintegrations.Enabling
insecureSkipVerificationisn't recommended, especially for integrations with public HTTPS endpoints. If you enableinsecureSkipVerification, you increase the risk of man-in-the-middle attacks.
Queryable Attributes¶
insecureSkipVerification¶
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for
HTTPandHTTP_PROXYintegrations.Enabling
insecureSkipVerificationisn't recommended, especially for integrations with public HTTPS endpoints. If you enableinsecureSkipVerification, you increase the risk of man-in-the-middle attacks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSECURESKIPVERIFICATION() |
Getter for INSECURESKIPVERIFICATION |