clickstorm / cs_seo

[clickstorm] SEO
Other
33 stars 49 forks source link

Evaluation Error #249

Closed cmichael-de closed 5 years ago

cmichael-de commented 5 years ago

Evaluation works only on root page. On subpages I get the following error:

image

Gitsko commented 5 years ago

I have the same problem, my error message is:

Not Updated cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

PascaleBeier commented 5 years ago

Please ensure that the Server is able to call the URL configured in the Site configuration. Most likely a configuration error.

For starters, try pinging the site from the Command Line and with cURL and see if that works. Provide more information and cURL output if you think this is an error on cs_seo end.

cmichael-de commented 5 years ago

I can call the URL in Browser http://p458230.mittwaldserver.info/die-praxis. How can I get "the URL configured in the Site configuration". Here is my Site configuration - do you mean the "Entry Point" or the "Site Identifier"?

image

Thanks a lot!

PascaleBeier commented 5 years ago

Entry point should be set to "http://p458230.mittwaldserver.info/" instead of "/" - please try again

Edit: You should also verify that the server itself can call the URL http://p458230.mittwaldserver.info/. So per SFTP/SSH you issue a curl request and expect it to work.

cmichael-de commented 5 years ago

Perfect! It'sworking!

And a curl -I -L http://p458230.mittwaldserver.info/ via SSH got me a HTTP/1.1 200 OK

Thanks a lot!!