[Add Forge Now] process https://git.cs.umu.se
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- A deleted user changed milestone to %Extend archive coverage [Roadmap - Collect]
changed milestone to %Extend archive coverage [Roadmap - Collect]
- A deleted user added AddForgeNow label
added AddForgeNow label
- Author
Request completly messed up in staging environment.
For the pipeline details, see:
https://gitlab.softwareheritage.org/swh/infra/add-forge-now-requests/-/pipelines/11299. Collapse replies - Owner
Check access:
- from
runner0
:root@runner0:~# curl -I https://git.cs.umu.se curl: (7) Failed to connect to git.cs.umu.se port 443: Connection refused
- from home:
ᐅ curl -sI https://git.cs.umu.se | awk 'NR==1' HTTP/1.1 302 Found
- from
@guillaume can you check this one again?
- Owner
Checking opened ports
ᐅ censys search "ip:$(dig git.cs.umu.se +short)" [ { "location": { "postal_code": "900 01", "province": "Västerbotten", "timezone": "Europe/Stockholm", "country": "Sweden", "continent": "Europe", "coordinates": { "latitude": 63.82842, "longitude": 20.25972 }, "country_code": "SE", "city": "Umeå" }, "last_updated_at": "2025-03-06T09:23:24.873Z", "autonomous_system": { "description": "SUNET-UMU", "bgp_prefix": "130.239.0.0/16", "asn": 2833, "country_code": "SE", "name": "SUNET-UMU" }, "ip": "130.239.40.67", "dns": { "reverse_dns": { "names": [ "vcs-vm.cs.umu.se" ] } }, "operating_system": { "part": "o", "component_uniform_resource_identifiers": [], "product": "linux", "other": [], "cpe": "cpe:2.3:o:*:linux:*:*:*:*:*:*:*:*", "source": "OSI_TRANSPORT_LAYER" }, "services": [ { "transport_protocol": "TCP", "extended_service_name": "SSH", "service_name": "SSH", "port": 22 }, { "transport_protocol": "TCP", "extended_service_name": "HTTP", "service_name": "HTTP", "port": 80 }, { "service_name": "HTTP", "transport_protocol": "TCP", "certificate": "f36929425be4736dc8fa32bd7d439b1810088711368e971cf6254887e50a32a6", "extended_service_name": "HTTPS", "port": 443 }, { "transport_protocol": "TCP", "extended_service_name": "UNKNOWN", "service_name": "UNKNOWN", "port": 3690 } ] } ]
Checking connectivity:
- from the office:
ᐅ curl -I http://git.cs.umu.se curl: (7) Failed to connect to git.cs.umu.se port 80 after 45 ms: Couldn't connect to server ᐅ curl -I https://git.cs.umu.se curl: (7) Failed to connect to git.cs.umu.se port 443 after 46 ms: Couldn't connect to server
- from toolbox:
swh@swh-toolbox-75674d5764-64zpj:~$ curl -I http://git.cs.umu.se curl: (7) Failed to connect to git.cs.umu.se port 80 after 91 ms: Couldn't connect to server swh@swh-toolbox-75674d5764-64zpj:~$ curl -I https://git.cs.umu.se curl: (7) Failed to connect to git.cs.umu.se port 443 after 2046 ms: Couldn't connect to server
Please register or sign in to reply