openbullet / OpenBullet2

OpenBullet reinvented
MIT License
1.64k stars 456 forks source link

[REQUEST] Ignore SSL Check #989

Open APT-ZERO opened 2 weeks ago

APT-ZERO commented 2 weeks ago

Hello please add option to Ignore SSL Certificate Validity Currently RuriLibHttp ignores by default (that could let untrusted proxy to do MitM), and SystemNet does not, and shows this Error when connecting to a website with Self-Signed Certificate : [SAFE MODE] Exception caught and saved to data.ERROR: System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. and idk where can i find that 'inner exception' mentioned in the error