Skip to main content

AutoSSL was successful and now failing

Comments

6 comments

  • verdon
    I should ask too, is there a list of Comodo IPs I should whitelist?
    0
  • verdon
    I realize now that the Comodo IPs (found in another post) are already in my allow file from CSF, so that's not the issue. My autossl log is still full of errors though, such as the one above. Any idea where to start?
    0
  • verdon
    I have looked through /usr/local/cpanel/logs/error_log to see what I can find in there. Interestingly enough, although I can find a lot of stuff along the lines of
    [2016-11-13 21:43:09 -0500] warn [autossl_check_cpstore_queue] Refusing to chown() multiply-linked file "/etc/apache2/logs/domlogs/example.com-ssl_log" (2) at /usr/local/cpanel/Cpanel/Debug.pm line 30.
    I cannot always find entries at all relating to the clients getting the big red errors in the WHM AutoSSL log view. Is it possible that there is stuff not being logged, that the cPanel store thinks is being logged?
    0
  • cPanelMichael
    because of an error: Cpanel::Exception::cPStoreError/(XID 6xra9b) The cPanel Store returned an error (X::Item::ActivationFailure)

    Hello, The reason for this error message is answered on the following post: Errors from cPanel Store API when requesting autossl certs Thank you.
    0
  • verdon
    @cPanelMichael Thanks for the clarification. Much appreciated! Are these warnings about refusing to chown of any concern then? They don't seem to be related.
    I have looked through /usr/local/cpanel/logs/error_log to see what I can find in there. Interestingly enough, although I can find a lot of stuff along the lines of
    [2016-11-13 21:43:09 -0500] warn [autossl_check_cpstore_queue] Refusing to chown() multiply-linked file "/etc/apache2/logs/domlogs/example.com-ssl_log" (2) at /usr/local/cpanel/Cpanel/Debug.pm line 30.

    0
  • cPanelMichael
    Here's the pertinent section from /usr/local/cpanel/CPANEL/Debug.pm referenced in that warning message:
    sub log_warn { my $msg = shift; local $!; #prevent logger from overwriting $! return logger()->warn($msg); }
    This warning message related to hard links, and should not prevent the installation of the certificate via the AutoSSL feature. You can verify the Apache domlog exists with a command such as:
    stat /etc/apache2/logs/domlogs/example.com-ssl_log
    Thank you.
    0

Please sign in to leave a comment.