Reply To: Fail to change Cypher suite

#56368
nevola
Moderator

    Hello, exactly it is a defect in the source code.

    It raises:

    Too few arguments for subroutine ‘main::setFarmCipherList’ (got 2; expected 3) at /usr/share/perl5/Relianoid/HTTP/Controllers/API/Farm/Put/HTTP.pm line 322.

    To solve it go to the line 322 of the file “/usr/share/perl5/Relianoid/HTTP/Controllers/API/Farm/Put/HTTP.pm”, please change the line:

    if (&setFarmCipherList($farmname, $ciphers_lib) == -1) {

    by

    if (&setFarmCipherList($farmname, $ciphers_lib, $json_obj->{cipherc}) == -1) {

    We’re planning the next Community Edition 7.5 for the following weeks and this patch will be included for sure.

    Cheers.