<div dir="ltr">Hi All, <div>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.</div><div><br></div><div>something like:</div><div><div> location /mytelnet {</div><div>           grpc_pass telnet localhost 9932;</div><div>       }</div></div><div><br></div><div><br></div><div>Assume telnet client is my own application, it can iniitate https connection with mytelnet prefix. </div><div><br></div><div>9932 is example port where custom server is running. </div><div><br></div><div>Regards,</div><div><br></div></div>