Hammer command not working as intended, when ever any argument provided it is giving the same error "Error: Failed to open TCP connection to secsrv50.localdomain:443 (bignum too big to convert into `long')"

For instance :slight_smile:

[root@secsrv50 ~]# hammer host list
Error: Failed to open TCP connection to secsrv50.localdomain:443 (bignum too big to convert into `long’)


[root@secsrv50 ~]# for i in {1…3}; do hammer -u admin -p XYZ user list; done
Error: Failed to open TCP connection to secsrv50.localdomain:443 (bignum too big to convert into long') Error: Failed to open TCP connection to secsrv50.localdomain:443 (bignum too big to convert intolong’)
Error: Failed to open TCP connection to secsrv50.localdomain:443 (bignum too big to convert into `long’)

Hello,
could you share debug output of the Hammer command? (hammer -d -u admin -p XYZ user list)?
Is it a new server/hammer installation or did it worked before?

Regards,
Martin