miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

Request builder: Allow the use of insecure TLS ciphers when `Allow self-signed or invaid certificates` is used #2693

Closed ztec closed 2 weeks ago

ztec commented 2 weeks ago

Some server on the wild are badly configured. Either by mistake or lack of maintenance. Safe and unsafe Ciphers change overtime based on new discoveries.

This proposition will include considered unsafe ciphers when Allow self-signed or invalid certificates is used. It could be put into a separate option but, I felt this could fit in.

Do you follow the guidelines?