You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the connection properties have enableTLS='no'.
I have used the following but this fails: my_client = P5250Client(hostName='1.2.3.4', hostPort='992',path='/usr/local/bin/', verifyCert='no', enableTLS='no',codePage='cp285')
When I remove verifyCert, enableTLS and change the port back to 23 it works fine.
If I run a ACS 5250 session using SSL it works OK so I know that telnetSSL is working OK.
The text was updated successfully, but these errors were encountered:
Firstly, great repo and works really well.
I notice that the connection properties have enableTLS='no'.
I have used the following but this fails:
my_client = P5250Client(hostName='1.2.3.4', hostPort='992',path='/usr/local/bin/', verifyCert='no', enableTLS='no',codePage='cp285')
When I remove verifyCert, enableTLS and change the port back to 23 it works fine.
If I run a ACS 5250 session using SSL it works OK so I know that telnetSSL is working OK.
The text was updated successfully, but these errors were encountered: