Thanks, was a push in the right direction. The system had a mess of perl 
modules installed (rpm & cpan mixed).
I wiped them out and replaced them with perlbrew and everything works fine 
again.


From: Thomas Eckardt <thomas.ecka...@thockar.com>
Sent: Monday, August 31, 2020 8:16 AM
To: For Users of ASSP <assp-user@lists.sourceforge.net>
Subject: Re: [Assp-user] Can't locate object method "get_sslversion", but only 
when started via init script 
 
perl is outdated (http://www.cpan.org/src/ ) 
IO::Socket::SSL is not on the required version (2.020) - 
(https://metacpan.org/pod/IO::Socket::SSL ) 

(https://metacpan.org/changes/distribution/IO-Socket-SSL ) 
.................... 
1.964 2014/01/15 
- Disabling TLSv1_1 did not work, because the constant was wrong. Now it gets 
  the constants from calling Net::SSLeay::SSL_OP_NO_TLSv1_1 etc 
- The new syntax for the protocols is TLSv1_1 instead of TLSv11. This matches 
  the syntax from OpenSSL. The old syntax continues to work in SSL_version. 
- New functions get_sslversion and get_sslversion_int which get the SSL version 
  of the establish session as string or int. 
- disable t/io-socket-inet6.t if Acme::Override::INET is installed
............................ 

check the perl module versions at http://your_assp:55555/infostats 

Before updating perl or perl modules, bring your OS packages uptodate. 

a reference can be 
https://sourceforge.net/projects/assp/files/ASSP%20V2%20multithreading/OVA/ 


Thomas 



Von:        "Thomas Kofler" <k...@outlook.com> 
An:        "assp-user@lists.sourceforge.net" <assp-user@lists.sourceforge.net> 
Datum:        30.08.2020 21:56 
Betreff:        [Assp-user] Can't locate object method "get_sslversion", but 
only when started via init script 




CentOS 7 x64
ASSP version 2.6.3(20002)
perl-5.16.3-295.el7.x86_64

Hi,

we have issues with the startup script rc/assp.small (run interactive via bash 
and on system startup). When we us it to start assp, we get the following error:

Worker 3 - Connection Data ----

exception detected : Can't locate object method "get_sslversion" via package 
"IO::Socket::SSL" at sub main::addsslfh line 40.

last debug step was: error: Can't locate object method "get_sslversion" via 
package "IO::Socket::SSL" at sub main::addsslfh line 40.

last sigoff was    : last sigoff in main, sub main::newThread, 14, 
main::ThreadStart, 1, , ,  at 20-30-7 21:42:9 1598816529.91022 - 71
last sigon  was    : last sigon in main, sub main::NoLoopSyswrite, 115, 
main::sigonTry, 1, , ,  at 20-30-7 21:42:9 1598816529.86719 - 115

this -------------------------------------- type S
this->RCVBUF = 87380
this->SNDBUF = 16384
this->_ =
this->debug = 0
this->donotfakeTLS = 1
this->fakedTLSinEHLO = 1
this->fno = 12
this->friend = IO::Socket::SSL=GLOB(0x104b2c88)
this->getline = CODE(0x7f66cc5c61b8)
this->getlinetxt = reply
this->lastwritten = 1598816529 Aug-30-20 21:42:09
this->outgoing =
this->prepend =
this->runTLS = 1
this->self = IO::Socket::INET=GLOB(0x104d1668)
this->socketcalls = 3
this->timelast = 1598816529 Aug-30-20 21:42:09
this->timestart = 1598816529 Aug-30-20 21:42:09
this->type = S

When we start assp via "perl assp.pl" directly via interactive bash assp runs 
fine.

Thanks for support,
Thomas



_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user






DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no known 
virus in this email!
*******************************************************


_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to