rss-bridge icon indicating copy to clipboard operation
rss-bridge copied to clipboard

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

Open axsuul opened this issue 1 year ago • 1 comments

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:[email protected]: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):

  • OS: [e.g. iOS] Linux / Docker
  • Browser [e.g. chrome, safari] Safari
  • Version [e.g. 22] 2023-09-24

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

axsuul avatar Jan 24 '24 23:01 axsuul

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.

dvikan avatar Feb 14 '24 16:02 dvikan