RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.25k stars 1.03k forks source link

How to get around SSL verification errors with proxy even with http url #3922

Open axsuul opened 8 months ago

axsuul commented 8 months ago

Describe the bug When setting a proxy, it fails if it can't verify or find the SSL cert on the proxy. The proxy URL I'm using is just plain http so it shouldn't attempt to do anything with certs.

To Reproduce Set proxy via config

[proxy]
url = "http://user:pass@example.com:22225"

Expected behavior It should make the request successfully

Screenshots

CleanShot 2024-01-24 at 15 34 19@2x

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

dvikan commented 8 months ago

unable to verify server cert. unable to chain up to a trusted root. maybe missing ca-certificates on the box?

ive actually never used the proxy. maybe @em92 knows

as far as i can tell, i think curl uses the HTTP CONNECT verb here.