You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during the fresh install of Phables it can not fetch PHROGs databases due to the SSL certificate problem of the site.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
This might be solved by using --insecure in lines 43 and 69 when calling the curl in the install.smk
Hey,
during the fresh install of Phables it can not fetch PHROGs databases due to the SSL certificate problem of the site.
This might be solved by using
--insecure
in lines 43 and 69 when calling thecurl
in the install.smkphables/phables/workflow/install.smk
Line 43 in f83086d
phables/phables/workflow/install.smk
Line 69 in f83086d
The text was updated successfully, but these errors were encountered: