Skip to content

Disable SSL verification for FortiAuthenticator integration's API calls.

Manoj M J requested to merge fac-cert-error-fix into master

What does this MR do?

Based on the discovery @ #294438 (comment 476253131)

This change is based on the FAC API guide (page 15).

It says:

-k Ignore certificate errors - This can be overcome with use of a valid certificate.

The ruby equivalent of this is using verify: false while making the request, which is the change included in this MR.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Manoj M J

Merge request reports