Problem with tls
I have a big problem, which I imagine is related to TLS. My company has a desktop system in Delphi and a web system made in javascript stack. The web system is working normally, but the desktop system is presenting a problem:
ssl routines: ssl3_read_bytes:tlsv1 alert internal error
Solution:Jump to solution
The public domains for services on Railway do not support TLS 1.0 or 1.1, we enforce a minimum TLS 1.2 for security reasons.
if you need support for TLS 1.1 and below you would need to use CloudFlare as a proxy via a custom domain....
5 Replies
Project ID:
N/A
N/A
Solution
The public domains for services on Railway do not support TLS 1.0 or 1.1, we enforce a minimum TLS 1.2 for security reasons.
if you need support for TLS 1.1 and below you would need to use CloudFlare as a proxy via a custom domain.
Temporaly change my proxy to use the Legacy, but in this week we will the update a component to use tls 1.2
the legacy proxy does not support TLS 1.0 either