BPC Processing has switched to mTLS - method for mutual authentication
mTLS (Mutual TLS or Mutual Transport Layer Security) ensures that the parties at each end of a network connection are who they claim to be by verifying that they both have the correct private key. The information within their respective TLS certificates provides additional verification.
Unlike regular TLS, where only the client verifies the server with a certificate, mTLS verifies both the server and the client. This means that both participants in the communication must present their certificates.
mTLS considered to be a powerful tool for providing secure and protected data exchange in networks that require a high degree of authentication and privacy. Security is of particular importance today against the backdrop of increasing cyber threats and DDOS attacks.