Published on : April 4, 2017 by Afsal
Recently, the following error was thrown whenever I try to process a payment in PayPal. “Stripe / PayPal no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later” on further investigation it is found that common payment gateways such as PayPal are updating their API servers to […]
Published on : June 18, 2012 by Scott S
TLS Authentication of LDAP sessions: Till now all the sessions made by the LDAP client to the server is open and not encrypted. Its time to make our LDAP client-server sessions encrypted by some mechanisms. The most common encryption method includes Transport Layer Security (TLS) and/or Secure Sockets Layer (SSL) encryption. Here, we are using […]