in reply to Re^5: IO::Socket::SSL problem
in thread IO::Socket::SSL problem

Yes and then i get:

Escape character is '^]'. SSL authentication required Connection closed by foreign host.

Replies are listed 'Best First'.
Re^7: IO::Socket::SSL problem
by Anonymous Monk on Sep 27, 2012 at 10:33 UTC
    :) surely that client has a debug/trace/verbose option?
      Which client? Its oldschool telnet and even in tcpdump I can only see the tcp handshake and this error message being send from the server afterwards.

        Which client?

        The one you're using :) whatever that is

        For example telnet

        debug Toggles socket level debugging (useful only to the super-user). The initial value for this toggle is FALSE. authdebug Turns on debugging information for the authenti- cation code.

        Crank up whatever trace/verbose/debug option you can find until you get output you can correlate to what you get from IO::Socket::SSL debug3

        Common source of error is using the wrong port