php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "self signed certificate"

How can one replace an invalid, misconfigured, or self-signed SSL certificate when using PHPMailer?

To replace an invalid, misconfigured, or self-signed SSL certificate when using PHPMailer, you can set the `SMTPOptions` parameter to include the `ssl...

How can self-signed certificates be accepted in PHP when connecting to an LDAP server?

When connecting to an LDAP server with PHP using a self-signed certificate, you may encounter SSL certificate verification errors. To solve this, you...

How can the "self signed certificate" notice be suppressed when connecting to a mail server in PHP without using error_reporting()?

When connecting to a mail server in PHP, the "self signed certificate" notice can be suppressed by setting the 'ssl' context option to verify_peer to...

How can SSL certificates and self-signed certificates affect the successful connection to a pop3 email mailbox in PHP?

SSL certificates are used to secure the connection between the client and the server. If the SSL certificate is self-signed or invalid, it can cause t...

How can SSL certificate verification issues be resolved when using cURL for HTTPS requests in PHP?

When using cURL for HTTPS requests in PHP, SSL certificate verification issues can be resolved by setting the CURLOPT_SSL_VERIFYPEER option to false....

Showing 1 to 5 of 598 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 119 120 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.