Skip validating remote certificate. Fluxzy will ignore any validation errors on the server certificate.
Evaluation scope defines the timing where this filter will be applied.
onAuthorityReceived This scope denotes the moment fluxzy is aware the destination authority. In a regular proxy connection, it will occur the moment where fluxzy parsed the CONNECT request.
skipRemoteCertificateValidationAction
This action has no specific characteristic
The following examples apply this action to any exchanges
Skip validating remote certificate. Fluxzy will ignore any validation errors on the server certificate.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: SkipRemoteCertificateValidationAction
View definition of SkipRemoteCertificateValidationAction for .NET integration.
This action has no related action