IP adresses, TLS versions & cipher suites

IP addresses

All outbound traffic from Pagero will originate from one of the IP addresses below, depending on the region your company is associated with:

Region Code Outbound IP addresses
Region 1 europe1 91.238.51.2, 91.238.51.51
Region 2 europe2 177.222.64.2

If you´re unable to open for/whitelist all of them, we can inform you which exact one is applicable in your specific case once the setup has been completed.


Transport Layer Security (TLS)

TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.

The primary goal of TLS is to provide a secure channel between two communicating peers; the only requirement from the underlying transport is a reliable, in-order data stream.

Supported TLS versions


Supported HTTP ciphers suites

A cipher suite is a set of algorithms that help secure a network/HTTP connection.

The following cipher suites are supported by us:

  • ECDHE-ECDSA-AES128-GCM-SHA256
  • ECDHE-RSA-AES128-GCM-SHA256
  • ECDHE-ECDSA-AES256-GCM-SHA384
  • ECDHE-RSA-AES256-GCM-SHA384
  • ECDHE-ECDSA-CHACHA20-POLY1305
  • ECDHE-RSA-CHACHA20-POLY1305
  • DHE-RSA-AES128-GCM-SHA256
  • DHE-RSA-AES256-GCM-SHA384

More information on cipher suites can be found on Wikipedia.