php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SSL-encrypted"

What potential issues can arise when trying to connect to LDAP over SSL in PHP?

When trying to connect to LDAP over SSL in PHP, potential issues can arise due to misconfigured SSL certificates, incorrect LDAP server settings, or f...

Is SSL encryption important for protecting passwords, even if they are hashed on the server?

SSL encryption is important for protecting passwords, even if they are hashed on the server, because SSL ensures that data is securely transmitted bet...

What are some common pitfalls when comparing encrypted strings in PHP?

One common pitfall when comparing encrypted strings in PHP is that using the "==" or "===" operators may not work as expected due to the encryption pr...

How can PHP be used to check if a web server supports SSL/HTTPS connections?

To check if a web server supports SSL/HTTPS connections, you can use PHP's `stream_socket_client` function to attempt to establish an SSL connection w...

What are best practices for handling SSL certificates in PHP SOAP requests?

When making SOAP requests in PHP that require SSL certificates, it is important to properly handle and verify the certificates to ensure secure commun...

Showing 71 to 75 of 1175 results

‹ 1 2 ... 12 13 14 15 16 17 18 ... 234 235 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.