mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-18 19:10:39 -06:00
Currently a client must provide a certificate, even if the server is configured to allow all certificates. This drops that requirement from the client - unless the server is configured to use a CA file or fingerprint(s) for verification - which is the standard behavior for SSL servers. The "system-wide" CA is not being used as a "fallback" to verify clients before or after this patch.