domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
966 stars 210 forks source link

curl_easy_perform(): : SSL_connect_error #412

Open pauloacosta opened 1 year ago

pauloacosta commented 1 year ago

I have already done all the settings, including adding the Maxmind account to the app configuration, but when running the command "sudo geoipupdate", I receive the following message:

curl_easy_perform() failed: SSL connect error
Connect to https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-ASN

I am using a brand new CentOS virtual machine and I am not using a proxy on my network.

Does anyone have any idea how to solve this problem? Thanks in advance.

bencomp commented 11 months ago

It looks like there was (or is) a problem with the server that curl tries to connect to. Perhaps the address is outdated (then the parsedmarc documentation may need to be updated), or there was a temporary server error (that is not something parsedmarc can help with).

AnaelMobilia commented 5 months ago

Hello @pauloacosta The issue was on Maxmind / GeoIP product side, not on parsedmarc. I think they fix the issue (or it looks like your VM have an issue to access to internet).

Regards