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

Error reading ca cert file #26

Closed
CupidonSauce173 opened this issue Jun 16, 2018 · 3 comments
Closed

Error reading ca cert file #26

CupidonSauce173 opened this issue Jun 16, 2018 · 3 comments

Comments

@CupidonSauce173
Copy link

[Server thread/WARNING]: [TopVoter] Error while processing data from the serverlist!
[Server thread/ERROR]: [TopVoter] Error: Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS: (-0x3E00_ PK - Read/write of file failed

pocketmine information : dev 1.7 build 1001 API 3.0.0-ALPHA12

@CupidonSauce173
Copy link
Author

I run on CentOS 7.

@SalmonDE
Copy link
Owner

SalmonDE commented Jun 16, 2018

As far as I can tell this is an issue with your php/system configuration. TopVoter is not using any certificate files directly.

However, that file seems to be needed by curl to establish a https connection to the serverlist, hence why it occurs when TopVoter tries to fetch data from it.

@SalmonDE
Copy link
Owner

For future reference:
On Debian systems installing ca-certificates seems to have fixed the problem for someone:
apt-get install ca-certificates

Repository owner locked as resolved and limited conversation to collaborators Aug 2, 2018
@SalmonDE SalmonDE pinned this issue Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants