Index | Thread | Search

From:
Fred <openbsd@crowsons.com>
Subject:
Re: subsonic-cli
To:
Stefan Hagen <sh+ports@codevoid.de>
Cc:
OpenBSD ports <ports@openbsd.org>
Date:
Mon, 23 Dec 2024 21:37:38 +0000

Download raw body.

Thread
On 19-12-2024 19:57, Stefan Hagen wrote:
> Fred wrote (2024-12-18 22:12 CET):
>> I was having a play with this port but when I ran it I received the
>> following error:
>>
>> urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
>> certificate verify failed: unable to get local issuer certificate
> 
> It works here with my navidrome instance. The error hints on an
> invalid TLS certificate on your subsonic server. It's not an error
> in subsonic-cli, but in your setup.
> 
>> The gitlab source also seems to have disappeared, is anyone using this port
>> successfully and have a fix for the ssl error?
> 
> Indeed. This is unfortunate :( The archived github version is the same
> as the one that was on gitlab. https://github.com/nvllsvm/subsonic-cli
> 
> There was one difference on gitlab: the --version parameter got removed.
> I'd keep the port around as long as it is working and useful.
> 
> Best regards,
> Stefan
> 
Hi Stefan,

You were right it was an issue on my end, relayd was using a crt file 
that was missing the chain certificate details.

Now that I have fixed that it is working well, thanks for maintaining 
this port.

Cheers

Fred