/AWS1/CL_NWFTLSINTERCEPTPROPS¶
TLS decryption on traffic to filter on attributes in the HTTP header.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pcaarn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN¶
Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.
iv_tlsinterceptmode TYPE /AWS1/NWFTLSINTERCEPTMODE /AWS1/NWFTLSINTERCEPTMODE¶
Specifies whether to enable or disable TLS Intercept Mode.
Queryable Attributes¶
PcaArn¶
Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PCAARN() |
Getter for PCAARN, with configurable default |
ASK_PCAARN() |
Getter for PCAARN w/ exceptions if field has no value |
HAS_PCAARN() |
Determine if PCAARN has a value |
TlsInterceptMode¶
Specifies whether to enable or disable TLS Intercept Mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TLSINTERCEPTMODE() |
Getter for TLSINTERCEPTMODE, with configurable default |
ASK_TLSINTERCEPTMODE() |
Getter for TLSINTERCEPTMODE w/ exceptions if field has no va |
HAS_TLSINTERCEPTMODE() |
Determine if TLSINTERCEPTMODE has a value |