https://bugs.koozali.org/show_bug.cgi?id=11604

--- Comment #8 from Brian Read <[email protected]> ---
ok, I can see that:

               if (( -f $crt_path) && ( -f $key_path )) { 
                system("/bin/rm $ssl_crt/$domain.crt");
                system("/bin/rm $ssl_key/$domain.key");
                system("/bin/rm $ssl_crt/chain.pem");
               }

(added in the latest SME10 patch), will cause the error test:

    if (! open (PEM, "<$dir/$pem")){
        $fm->error('ERROR_OPEN_PEM','FIRST');
        # Tell the user something bad has happened
        return;
    }

To fire. Interestingly there is no "ERROR_OPEN_PEM" message in the translation
message files, so I doubt that this message has ever fired in the past.

Clearly the test is redundant, so I propose to comment it out.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to