BlueTeaLondon / heroku-buildpack-libreoffice-for-heroku-18

Other
17 stars 31 forks source link

SSL certificate problem: certificate has expired #12

Open martin-manatal opened 4 years ago

martin-manatal commented 4 years ago

Since this morning, I get this error when building: SSL certificate problem: certificate has expired

Full traceback:

-----> libreoffice app detected
+ BUILD_DIR=/tmp/build_0a62503ad297bede9b0cd76d0d16b67c
+ APT_DIR=/tmp/build_0a62503ad297bede9b0cd76d0d16b67c/.apt
+ VENDOR_DIR=/tmp/build_0a62503ad297bede9b0cd76d0d16b67c/vendor
+ mkdir -p /tmp/build_0a62503ad297bede9b0cd76d0d16b67c/vendor
+ INSTALL_DIR=/tmp/build_0a62503ad297bede9b0cd76d0d16b67c/vendor/libreoffice
+ mkdir -p /tmp/build_0a62503ad297bede9b0cd76d0d16b67c/vendor/libreoffice
+ CACHE_DIR=/app/tmp/cache
+ [ -f /tmp/build_0a62503ad297bede9b0cd76d0d16b67c/LibreOfficeAppImage ]
+ DOWNLOAD=https://libreoffice.soluzioniopen.com/stable/fresh/LibreOffice-fresh.basic-x86_64.AppImage
+ echo https://libreoffice.soluzioniopen.com/stable/fresh/LibreOffice-fresh.basic-x86_64.AppImage
+ grep -Poi (?<=LibreOffice-)[^/]+(?=\.AppImage)
+ VERSION=fresh.basic-x86_64
+ VERSION=fresh.basic-x86_64
+ FILE_NAME=LibreOffice-fresh.basic-x86_64.AppImage
+ mkdir -p /app/tmp/cache
+ [ -e /app/tmp/cache/LibreOffice-fresh.basic-x86_64.AppImage ]
+ echo -----> downloading LibreOffice AppImage
-----> downloading LibreOffice AppImage
+ curl -L https://libreoffice.soluzioniopen.com/stable/fresh/LibreOffice-fresh.basic-x86_64.AppImage
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
 !     Push rejected, failed to compile libreoffice app.
 !     Push failed

I didn't change anything related to LibreOffice configuration, it happened randomly this morning. Is there a way to fix it?