Openssl functions cannot be used under https

Source: Internet
Author: User
Openssl functions cannot be used in https. in Linux + apache2 + php5, configure ssl to allow https access and run the test code:
  

After running, the page prompts that the server cannot be connected.
After testing, the problem is that the openssl_public_encrypt () function cannot be executed.
The openssl_get_publickey () function passes normally, but the openssl_public_encrypt () function disconnects apache.

Run directly in the background:/path/php-f ssl-encry.php, only 1, 2 have results, 3rd is null.
Test normal output in Windows.

How can this problem be solved?


Reply to discussion (solution)

The openssl_get_publickey () function passes normally, but the openssl_public_encrypt () function disconnects apache.

Query apache error logs

1. because the ssl versions of apache and php are inconsistent, re-configure the same ssl to run.
2. the execution result is still in the range of 1 and 2, and the value of 3rd is null.
Why?

Solution:
The permissions of the certificate and the key are different. you can change them to 0755.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.