Jump to content

SSL certificate was not detected on my domain


Recommended Posts

Thanks Earthgirlllc, my apologies, I meant I cant get rid of the Screen Shot 2017-06-19 at 19.12.31.png "A Certificate Authority verified SSL certificate was not detected" as you can see in the image.

My cron jobs are running also, and again the error for that :(

I have my own template too... but get the cart error for using the default template. However testing the site all seems to work ok, orders are taken, domains added and hosting setup!

 

Cheers

Keith

Link to comment
Share on other sites

We've got a bug open with WHMCS regarding this - the issue is that the check triggers a modsecurity rule as it's not using the correct curl syntax when checking the certificate. It's either a case of whitelisting the rule, or waiting for a fix from them to use the correct curl commend in this check. It doesn't have any operational issues though as you know the SSL cert is working correctly.

Link to comment
Share on other sites

SecRule REQUEST_HEADERS:User-Agent "(?:\b(?:(?:indy librar|snoop)y|microsoft url control|lynx)\b|d(?:ownload demon|isco)|w(?:3mirror|get)|l(?:ibwww|wp)|p(?:avuk|erl)|cu(?:sto|rl)|big brother|autohttp|netants|eCatch)" \

"chain,log,auditlog,msg:'Request Indicates an automated program explored the site',id:'1234123429',severity:'5'"

SecRule REQUEST_HEADERS:User-Agent "!^apache.*perl"

 

It's because they are not passing a user agent with the curl request and so this blocks it. A simple fix but nothing from them for this yet :(

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated