SSL over UDP - Nginx as reverse proxy

2020-07-03 Thread siva.pannier
Hi, I would like to have SSL Termination on nginx for UDP connections. Can you please share the instructions on how to do achieve it? Thanks, Siva Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288543,288543#msg-288543 ___ nginx mailing li

Force SSL redirection to target service host for all protocols

2020-07-03 Thread siva.pannier
Hi, I want all my client applications make call to the service host via proxy. And the hosted services are TLSv1.2 enabled. Clients are not in a position to upgrade. Hence I want to enforce the SSL encryption when the call routed/redirected to the target from proxy. I have seen few blogs that tal

CORBA IIOP reverse proxy on nginx

2020-07-03 Thread siva.pannier
Hi, I would like to know whether nginx can work as a reverse proxy server for CORBA IIOP communication and also SSL on top of it. Please share if there are any blogs on that configuration. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288540,288540#msg-288540 __

Re: Nginx as reverse proxy mail server host

2020-07-03 Thread siva.pannier
Thank you for your suggestions! My understanding from your suggestions is that you do not want me to make any corrections on the client code. I just need to make corrections on the Nginx configuration as per the blog link. I am trying to understand that blog, going through again and again. so fa