Php checks whether server SSL is enabled and how to enable SSL _ PHP Tutorial

Source: Internet
Author: User
Php checks whether server SSL is enabled and how to enable SSL. Php checks whether server SSL is enabled and how to enable SSL sharing. (1) Check whether SSL is enabled on the server? Phpphpinfo (); check the openssl topic on the page. if OpenSSL php of this topic detects whether server SSL is enabled and how to enable SSL sharing.

(1) Check whether SSL is enabled on the server

 

Check the openssl column on the page. if the OpenSSL support value of this column is enabled, it indicates that SSL is enabled. Otherwise, it is disabled.

(2) how to enable SSL

1. open php. ini and remove the extension = php_openssl.dll.

2. restart apache or iis and check the SSL enabling status again.

If the preceding operations are invalid, you need to perform the following operations (this step is not required in many cases, for example, this step can be ignored in some combination environments ):

3. find the following three files under the php installation file and copy them to the system32 folder under the system target (generally c: \ windows \ system32 ):

Ssleay32.dll
Libeay32.dll
Php_openssl.dll

4. restart apache or iis.

Articles you may be interested in
  • PHP allows multiple second-level domain names on the same server to share SESSION data
  • When CuteFTP is connected to the ftp server, the "invalid parameters" error is displayed.
  • Summarize the causes and solutions for the slow MySQL database server
  • PHP obtains the week of the specified date, the first day of the month and the last day of the month.
  • How does PHP enable compression and output for websites to increase website access speed?
  • PHP obtains the details of the current server.
  • How to optimize servers, static databases, and load balancing for high-traffic websites
  • PHP checks browser parameters to prevent SQL injection.

Bytes. (1) Check whether SSL is enabled on the server? Phpphpinfo (); check the openssl column on the page. if the column's OpenSSL...

Related Article

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.