I’m experiencing SSL certificate errors when trying to run the apisCP bootstrapper (upcp -sb). The error occurs when the system tries to access the apisCP repository for package management.
Server Information
- OS: CentOS 8
- apisCP Version: [Current version]
- Issue: SSL certificate expiration blocking repository access
Problem Description
I’m experiencing SSL certificate errors when trying to run the apisCP bootstrapper (upcp -sb). The error occurs when the system tries to access the apisCP repository for package management.
Error Details
Errors during downloading metadata for repository 'apisCP':
- Curl error (35): SSL connect error for https://yum.apiscp.com/os/8/x86_64/repodata/repomd.xml [error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired]
Error: Failed to download metadata for repo 'apisCP': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
The same error occurs for:
https://yum.apiscp.com/os/8/x86_64/repodata/repomd.xmlhttps://yum.apiscp.com/updates/8/x86_64/repodata/repomd.xmlhttps://yum.apiscp.com/os/8/x86_64/debug/repodata/repomd.xml
What I’m Trying to Accomplish
I need to register PHP 8.3 with apisCP so it appears in the PHP Pools interface. Currently:
- PHP 8.3.24 is built and installed at
/usr/local/apnscp/bin/php-bins/apnscp_php - PHP 8.3 is not appearing in the PHP Pools dropdown
- I need to run the bootstrapper to properly register it