|
Hi, > > OS/400 supports SSL for it's Telnet server. Is there a way to initiate a > client SSL session to another 400 using SSL (TELNET or STRTCPTELN command) > The base telnet client that comes with OS/400 does not have SSL capability (at least, not in V5R2 or earlier... someone else will have to tell you if that has changed in V5R3) You could work around the limitation by creating a telnet proxy. This would be a socket program that runs on the same iSeries that you're telnetting from. It accepts an ordinary TCP stream, and copies it to an SSL stream, then sends data to/from the destination system on the SSL stream. Relatively easy to write if you're familiar with TCP and SSL sockets programming.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.