Hi All,
We have a traditional custom server which is based on telnet at port 9932.
Can we make it secure by just using Nginx.conf setting.

something like:
 location /mytelnet {
           grpc_pass telnet localhost 9932;
       }


Assume telnet client is my own application, it can iniitate https
connection with mytelnet prefix.

9932 is example port where custom server is running.

Regards,
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to