Update Automad shows error message #27
Unanswered
derkolarsky
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi there! I guess your server is missing a root certificate in order to be able to use cURL with SSL. This should normally be installed on common web servers out of the box. The Let' Encrypt certificate is only used for secure connections from a client to your domain. But in order to update your installation, your server becomes the client that tries to establish a secure connection to the update server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
Maybe just a little issue that I ran into: when I go to system settings and click the update button I get this error message:
Can't connect to the update server! This could typically be caused by a wrong update configuration (config/config.php), a SSL certificate error or a missing cURL library.
The server has a certificate from Let's Encrypt set up via certbot on Ubuntu.
curl is installed (8.5.0-2ubuntu10.4) as well.
Strange thing: installing packages works fine. Wouldn't that normally also show some error then?
The content of the config.php is – I guess – the normal setup after installation:
Where might I have missed to define something for the connection to work…? 🤔
Thanks in advance
Ralf
Beta Was this translation helpful? Give feedback.
All reactions