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

The remote server is not available #3

Open
a97242689 opened this issue Jul 8, 2024 · 3 comments
Open

The remote server is not available #3

a97242689 opened this issue Jul 8, 2024 · 3 comments

Comments

@a97242689
Copy link

I get an error when using your library: The remote server is not available.
My PHP version is 8.0, can you help me solve it? Thank you

@danielsreichenbach
Copy link
Owner

danielsreichenbach commented Aug 11, 2024

The library depends on the PHP curl extension, and would require https access to updates.maxmind.com. You can check with php -m if you have curl enabled, and possibly also try to just use curl to access the update URL.

Important

Note, this module is not an official MaxMind module so I can only try to fix issues in the module itself.

Could you elaborate on how you are using/calling the module?

@dalsochio
Copy link

The official MaxMind documentation recommends this URL: https://download.maxmind.com
Source: https://dev.maxmind.com/geoip/updating-databases#checking-for-the-latest-release-date

@danielsreichenbach

@danielsreichenbach
Copy link
Owner

The official MaxMind documentation recommends this URL: https://download.maxmind.com Source: https://dev.maxmind.com/geoip/updating-databases#checking-for-the-latest-release-date

Will check, and see if I can push a new release with that.

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

3 participants