[horde] Horde install using composer fails

Horst Simon horst.simon2 at icloud.com
Wed Mar 1 04:02:31 UTC 2023



> On 1 Mar 2023, at 13:50, 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 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
> 
> ---------------------------------
> 
> Hmmm...something weird. Are you using a proxy on the linux box? If the proxy cert has expired, you could get this. If the date/time/year and timezone isn't set on your box, it's possible that it can't authorize the cert as the local machine date isn't in the "not valid before" and "not valid after" data within the cert.
> 
> Happy to help to debug, but hard without access to the server and I don't know anything about the QNAP Nas that might be causing a problem.
> 
> brent
> 
> 
I am too thinking the problem is the NAS. I had no problems with openSUSE 15.4 and macOS Ventura, for download composer on the NAS I had too had to disable secure connections, at the moment it is not important
to get it going on the NAS.

Horst


More information about the horde mailing list