New Fluxzy 2.0 just shipped. Electron is out, Tauri is in. Fresh design, 3x smaller install. Learn more

skipRemoteCertificateValidationAction

Description

Skip validating remote certificate. Fluxzy will ignore any validation errors on the server certificate.

Evaluation scope

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.

YAML configuration name

skipRemoteCertificateValidationAction

Settings

This action has no specific characteristic

Example of usage

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

.NET reference

View definition of SkipRemoteCertificateValidationAction for .NET integration.

See also

This action has no related action


What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?


Go back to list