Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] curl failed to verify the legitimacy of the server #43

Closed
pdec opened this issue Mar 14, 2024 · 1 comment
Closed

[BUG] curl failed to verify the legitimacy of the server #43

pdec opened this issue Mar 14, 2024 · 1 comment

Comments

@pdec
Copy link

pdec commented Mar 14, 2024

Hey,

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

curl -Lo {params.file} {params.url}

curl -Lo {output} {params.url}

@Vini2
Copy link
Owner

Vini2 commented Mar 15, 2024

Hi @pdec,

Thanks for posting the issue! I'll fix the curl commands and make a new release.

@Vini2 Vini2 closed this as completed in 8ae0330 Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants