• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Problem with acymailing activation

nechovek

New Pleskian
Server operating system version
ubuntu 22.04.1
Plesk version and microupdate number
18.0.47 Update #5
I have a problem with Acymailnig cron activation on client site with this error

66.249.66.221
400GET /wp-admin/admin-ajax.php?action=acymailing_router&noheader=1&nocache=1666945896 HTTP/1.0

from help desk on acymailing i have this answer :
"I just checked our cron job logs and I can see the following
[2022-10-27 14:23:41]: Could not connect to ssl://href="http://www.walltopia.com:443">www.clientdomain:443lang=EN style='mso-ansi-language:EN'>0 :
This message means that you don't have a proper configuration in your php.ini file.
The certificate configuration is either not set or not well set.
You need to contact your hosting and share with them the error message, you can tell them that this message happened when you try to perform a curl call in PHP.
PHP - SSL certificate error: unable to get local issuer certificate"
I download certs new certs from curl.se and put them in a folder and make this record "curl.cainfo= openssl.cafile with correct path to certs" my php.ini, but the error still remains.
thanks in advance
 
[2022-10-27 14:23:41]: Could not connect to ssl://href="http://www.walltopia.com:443">www.clientdomain:443lang=EN style='mso-ansi-language:EN'>0 :
This looks malformed.
http:// in combination with port 443 will likely not work correctly. It could be either https:// or https:// with port 443.
Also, the port is followed by a parameter with no delimiter "...443lang=EN...". That should be at least "...443?lang=EN".
And having a "style=" in the URL does not look correct either. There is probably a closing ">" missing.
Maybe the problem can be solved by revising the URL?
 
one more problem i found "LinkedIn “cannnot display preview” for my entire site
I find a solution:
i just have to enable tls 1.2, now acymailing and LinkedIn work like a charm
 
Back
Top