php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SSL pages"

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...

What best practices should PHP developers follow when implementing SSL on their websites to ensure secure connections?

To ensure secure connections on websites, PHP developers should follow best practices such as properly configuring SSL/TLS certificates, enabling HTTP...

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...

Showing 6 to 10 of 6155 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1230 1231 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.