php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SSL"

How can one handle the error "SSL read: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown" in PHP cURL?

The error "SSL read: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown" occurs when there is an issue with the SSL/TLS handshake during...

What are the differences between Open SSL and Auth SSL in the context of PHP FTP connections?

When establishing FTP connections in PHP, Open SSL and Auth SSL are two different methods for securing the connection. Open SSL uses the OpenSSL libra...

How can SSL be implemented in PHP for secure data transmission, and are there cost-effective alternatives to traditional SSL certificates?

To implement SSL in PHP for secure data transmission, you can use the `stream_socket_client` function with the `ssl` context option. This allows you t...

What potential issues can arise when switching from non-SSL to SSL during a session in PHP?

When switching from non-SSL to SSL during a session in PHP, potential issues can arise due to the session cookie being marked as secure. This can lead...

What are common issues encountered when using SSL with PHP SOAP?

Common issues encountered when using SSL with PHP SOAP include certificate verification errors, SSL handshake failures, and issues with configuring th...

Showing 1 to 5 of 684 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 136 137 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.