as follows:
Connection to `ssl://pecl.php.net:443" failed:
telnet pecl.php.net 443 can be connected.
use it on the Internet:
php -r "print_r(openssl_get_cert_locations());"
the printed result is
Array
(
[default_cert_file] => /etc/pki/tls/cert.pem
[default_cert_file_env] => SSL_CERT_FILE
[default_cert_dir] => /etc/pki/tls/certs
[default_cert_dir_env] => SSL_CERT_DIR
[default_private_dir] => /etc/pki/tls/private
[default_default_cert_area] => /etc/pki/tls
[ini_cafile] =>
[ini_capath] =>
)
I have pem files. What"s the problem? How to solve the problem? the environment is CENTOS7.0
.