You are not logged in.

#1 2026-07-17 12:34:04

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 718

[SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

I'm trying to download sources for sbsigntools package from official repo.
makepkg fails on cloning submodule::

Cloning into bare repository '/home/dimich/work/src/sbsigntools.pkg/ccan'...
fatal: unable to access 'https://git.ozlabs.org/ccan/': The requested URL returned error: 403

Before reporting to the package repo I'd like to make sure this is not some local issue or some known Australian IP-based policy.
Can anyone access https://git.ozlabs.org/ccan resource?

2mods: Sorry if this forum is not appropriate for this topic. Please move it to proper one if so.

Last edited by dimich (2026-07-17 14:58:18)

Online

#2 2026-07-17 12:54:00

cryptearth
Member
Registered: 2024-02-03
Posts: 2,269

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

please post PKGBUILD

Offline

#3 2026-07-17 13:01:48

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 718

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

cryptearth wrote:

please post PKGBUILD

https://gitlab.archlinux.org/archlinux/ … 4/PKGBUILD

Online

#4 2026-07-17 14:36:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,975

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

git clone 'git://git.ozlabs.org/ccan'

works, the https url either just times out in the TLS handshake resp. results in 403, yes.

Offline

#5 2026-07-17 14:57:46

cryptearth
Member
Registered: 2024-02-03
Posts: 2,269

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

looks like a server misconfig: https://www.ssllabs.com/ssltest/analyze … 3a2&latest
the server sends a non matching different certificate when connection happens without SNI

Offline

#6 2026-07-17 14:58:04

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 718

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

seth wrote:
git clone 'git://git.ozlabs.org/ccan'

works, the https url either just times out in the TLS handshake resp. results in 403, yes.

Thanks. Indeed, changing source URL to "git://git.ozlabs.org/ccan" works.
I'll check HTTPS URL in few days, and if this isn't a temporary problem, will create a ticket for the package.
Marking as solved.

Online

#7 2026-07-17 15:40:45

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,599
Website

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

Mod note: moving to Creating and Modifying Packages


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#8 2026-07-17 18:43:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,975

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

@dimich, this probably should be fixed upstream, see eg. https://github.blog/security/applicatio … icated-git

Offline

#9 2026-07-17 21:47:10

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 718

Re: [SOLVED] sbsigntools: can't build from sources due to 403 Forbidden

seth wrote:

@dimich, this probably should be fixed upstream, see eg. https://github.blog/security/applicatio … icated-git

Probably not even upstream but at upstream's hosting provider. BTW, almost all links for projects hosted on that site give me 500 Internal Server Error.

There is another repo of this project at github: https://github.com/rustyrussell/ccan, at it looks more up-to-date than at git.ozlabs.org.
Maybe it makes sense to change source URL in sbsigntools package to github.

Online

Board footer

Powered by FluxBB