I'm using hummingbird(new version 13) with SSL support (selfsigned
certificate). I'm failing on Linemode connection which means my max_cmd_len
is 0 within my scexit exec. I'm on z/VM 5.4 and CMS SSL services 390 engine
with VMSECURE active. 

 

I switched the same hummingbird session IP address to my LINUX VM system,
same configuration, and connected without a problem using SSL so I don't
think it is the Hummingbird session definitions. No VMSECURE running in the
Linux VM. 

 

Don't think VMSECURE is the problem but I thought I mention it. 

 

Has anyone ran into this problem or has any ideas why TCPIP sets the
connection with max_cmd_len of 0?

 

Hans 

 

 

 

 

 

/*---------------------------------------------------------------------*/

/* Get the required input arguments.                                   */

/*---------------------------------------------------------------------*/

Arg foreign_ipaddr, server_port, max_cmd_len, foreign_port, LU_name, ,

    local_ipaddr

 

/*---------------------------------------------------------------------*/

/* Indicate the type of Telnet connection requested.                   */

/*---------------------------------------------------------------------*/

If (max_cmd_len = 0) Then

  Say ident "Linemode connection from:" foreign_ipaddr foreign_port

Else

  Do

    Say ident "3270 connection from:" foreign_ipaddr foreign_port

    Parse Var foreign_ipaddr ip1 '.' ip2 '.' ip3 '.' ip4

Reply via email to