Transport Layer Security (TLS)

By default, all examples in this document use the non-secure HTTP scheme.
While this may be acceptable for some environments, it is strongly recommended to enable TLS on the REST API endpoint.


Enabling TLS

  • TLS can be enabled through the PROLIN Server Management Console.
  • The configured port must be bound to an X509 certificate.

Notes

  • TLS ensures encrypted communication between clients and the REST API.
  • Contact your system administrator or PROLIN support for assistance with certificate binding and configuration.
Back to top