To maintain a high level of security Delacon requires the use of up to date security protocols for any client system accessing data via an API. As such, TLS 1.1 is the minimum requirement for access and use of the following protocols will produce errors:
-SSL 2.0
-SSL 3.0
-TLS 1.0
If you are receiving errors, there are 2 solutions:
-Upgrade your infrastructure to have TLS 1.1 or TLS 1.2 as default, or modify your code to include TLS 1.1 and TLS 1.2 in the protocol handshake (recommended)
-Temporary use http instead of https in the URL if upgrading your infrastructure is not an option for the time being.
Comments
0 comments
Please sign in to leave a comment.