SSL Verification support "None"

Created on 14 October 2024, 6 months ago

Problem/Motivation

When visiting the CAS settings form (and also in the SslCertificateVerification enum class) we see 3 possible values for the server.verify option: 0 servers default cert auth, 1 a specific CA cert and 2 Do not verify.
Now even though the value 2 should never be used in production, using CAS locally does mean 2 will be used, but the scheme does not support it, see cas.schema.yml server.verify.constraints.Range

Steps to reproduce

go to /admin/config/people/cas
select " Do not verify"
save, you will see an error message.

Proposed resolution

`Range: { min: 0, max: 2 }`

Remaining tasks

get it done

πŸ› Bug report
Status

Active

Version

3.0

Component

CAS

Created by

πŸ‡·πŸ‡΄Romania andras_szilagyi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024