making telnet secure using Nginx redirect options

Sudarshan Soma sudarshan12s at gmail.com
Fri Aug 17 19:00:27 UTC 2018


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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180818/e05563b6/attachment.html>


More information about the nginx mailing list