Live Links Broken due to expired SSL certificate

I found that too, but if you’re on Mac just download the latest from the link above and you can overwrite your existing app with the downloaded one.

Thanks for the tip but I’m not on Mac !

I al using iMac catalina. I have tried version 6.1.4+5521 and quicklatex display

Cannot connect to QuickLaTeX server: cURL error 60: SSL certificate problem: certificate has expired

An idea ?

Thanks for advance

Well !
I recompiled my page containing [latex] … [latex] on my production site, then I copied the content from app / publi / wp-content to my development site (xxx.local) and now the problem disappeared.
I am using iMac Catalina + Local 6.1.4 + 5521
Thanks, have a good day

You could wait a few days if you like, but installing the latest stable version of Local won’t require you to re-install the website.

The only time you need to re-install the website is if you are changing between the Stable and the Beta version of Local – they are two distinct apps.

Hello
Really strange. On my side the question is not resolved

on my local machine:

------%><-------------
[latexpage]
$ f(x) = ax + b$
------%><-------------

I save and I look at the result:

------%><-------------
*** Error message :
Cannot connect to QuickLaTeX server: cURL error 60: SSL certificate problem: certificate
has expired
Please make sure your server/PHP settings allow HTTP requests to external resources
[…]
------%><-------------

now I postpone my work on the machine in production:

------%><-------------
wp db export local.sql
sed ‘s/.local/.dhenin.fr/g’ local.sql > local_2.sql
ssh dhenin@192.168.0.80 mysql -h localhost -pXXX -u dhenin test < local_2.sql
------%><-------------

and I regrade the result on the production machine. All is fine :
f'(x) = ax + b

Now I transfer the images produced from the machine in production to the local machine:

------%><-------------
[wp-content]:; rsync -avz \
www@192.168.0.80:/usr/local/www/apache24/test/app/public/wp-content/ .
------%><-------------

receiving incremental file list
------%><-------------
ql-cache/
ql-cache/quicklatex.com-02a8b75c276913748c017d3d28689190_l3.png
[…]
------%><-------------

and the result is correct on the local machine

Localement j’utilise :
macOS Catalina (10.16.7),
Local 6.1.4+5521. php 7.4.1 mysql 8.0.16 wordpress 5.8.1

and the machine in production:
jail in FreeBSD www.dhenin.fr 12.2-RELEASE-p7
mod_php72-7.2.17_2

Am I missing something?
Best regards

OK

I have installed SSL Certificate Manager and the question is solved.

Thanks

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.