I have old appliances that either do not support TLS or only support TLS 1.0.
Can Nginx translate between these incompatible devices using only HTTP or TLS 1.0 and endpoints that use TLS 1.3?
I have old appliances that either do not support TLS or only support TLS 1.0.
Can Nginx translate between these incompatible devices using only HTTP or TLS 1.0 and endpoints that use TLS 1.3?
Short and Dirty Answer:
Yes, you can, but you should retire such old equipment. Nginx doesn't care what's beyond it, even if it is a valid or invalid SSL certificate in the Default Configuration.
Sample Configuration:
References
https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/ https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ https://nginx.org/en/docs/http/ngx_http_proxy_module.html