Closed niall-san closed 4 months ago
Looks like an "old" version, did you install the tarball from releases or from master?
Please post result of
grep 'SID_main ' o-saft.pl
I ran git clone against the repository from master. The output of that command is:
$ grep 'SID_main ' o-saft.pl
our $SID_main = "@(#) o-saft.pl 3.85 24/07/18 21:54:21"; # version of this file
should be fixed in o-saft.pl.
you need to clone just this file. Thanks for reporting.
I have pulled the latest change and can confirm that I no longer receive the error. Thank you for fixing this.
another fixed related to this issue: lib/OCfg.pm
closed.
I have cloned the repository and am attempting to assess whether a host supports CBC ciphers using
+cbc
.The application currently throws the error shown below. I have also tried it against different hosts.
This issue also seems to occur for
+des
,+null
,+adh
,+export
.