[horde] Horde install using composer fails
Horst Simon
horst.simon2 at icloud.com
Wed Mar 1 02:35:29 UTC 2023
> On 1 Mar 2023, at 10:35, Brent <impuser at bitrealm.com> wrote:
>
> Quoting Horst Simon <horst.simon2 at icloud.com <mailto:horst.simon2 at icloud.com>>:
>
>>> On 1 Mar 2023, at 09:00, Brent <impuser at bitrealm.com <mailto:impuser at bitrealm.com>> wrote:
>>>
>>> Quoting Horst Simon <horst.simon2 at icloud.com <mailto:horst.simon2 at icloud.com>>:
>>>
>>>> Hi,
>>>> I am trying to install Horde 6 using composer on a QNAP NAS. when I run composer install I am getting following error:
>>>> Loading composer repositories with package information
>>>>
>>>> In CurlDownloader.php line 365:
>>>>
>>>> curl error 60 while downloading https://horde-satis.maintaina.com/packages.
>>>> json: SSL certificate problem: certificate has expired
>>>>
>>>> Which certificate is expired? Is it on my site or on the server?
>>>>
>>>> Regards,
>>>> Horst
>>>> --
>>>> Horde mailing list
>>>> Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail: horde-unsubscribe at lists.horde.org <mailto:horde-unsubscribe at lists.horde.org>The cert on that site is good through April 4, 2023. Maybe your install doesn't have the correct root cert for that site.
>>>
>>> brent
>>> --
>> Thanks for the information how can I check this and update if necessary?
>> Horst
> Maybe you're behind a proxy and the cert they are using for man-in-the-middle is expired?
>
>
> You can try to disable cert check in composer by:
>
>
> composer config --global disable-tls true
>
> and this almost might work:
>
> composer config --global secure-http false
>
Tried both commands still the same messages
You are running Composer with SSL/TLS protection disabled.
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
In CurlDownloader.php line 365:
curl error 60 while downloading https://horde-satis.maintaina.com/packages.
json: SSL certificate problem: certificate has expired
Will look into it when I get more time
Horst
More information about the horde
mailing list