Skip to content

Deprecate self_signed_cert config setting

Igor Drozdov requested to merge id-deprecate-self-signed-cert into main

The option isn't required to accept self-signed certs. On the other hand, if the option is set to true it makes a machine-in-the-middle attack possible. Let's clarify in the code that the option is deprecated.

Related issue: #120 (closed)

Related MR: gitlab!78078 (merged)

Edited by Igor Drozdov

Merge request reports