You are not logged in.
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: 403Before 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
please post PKGBUILD
Offline
please post PKGBUILD
Online
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
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
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
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
@dimich, this probably should be fixed upstream, see eg. https://github.blog/security/applicatio … icated-git
Offline
@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