cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
331 stars 21 forks source link

Refreshing repositories #90

Open rauldipeas opened 4 days ago

rauldipeas commented 4 days ago

I'm getting this error when refreshing repositories, any idea to solve? image

cfillion commented 4 days ago

This is generally an indication that something is wrong with the network. Could be a VPN app, a firewall, proxy, router... anything preventing ReaPack from connecting to SSL revocation servers.

If you cannot find the root cause on your end, then you can disable "Verify the authenticity of SSL/TLS certificates" in ReaPack > Manage repositories > Options > Network settings to bypass the issue.

(If you're in a corporate network and must connect through a specific proxy server, specify its address in the same Network settings window instead.)

rauldipeas commented 4 days ago

Thanks for helping, i'm using Portmaster, but, there's nothing blocked on the log, do you have any expertise on that? https://safing.io/portmaster/

cfillion commented 4 days ago

I'm not familiar with that app, but do make sure it's not blocking or interfering with REAPER in any way, including no SPN.

The SSL certificate revocation servers for github.com are currently ocsp.sectigo.com, ocsp.usertrust.com and ocsp.comodoca.com. The error indicates it could start the HTTPS connection with github.com (so it's not fully blocked from internet) but could not reach one or more of those revocation servers.

Disabling "Verify the authenticity of SSL/TLS certificates" in the settings will bypass that step altogether.

rauldipeas commented 4 days ago

When i disable this option, everything runs fine, but, i think it's not the ideal...

As you can see, all is green on REAPER.

image