|
|
|
What about port 80 that responds with a HTTP 302 to the https
curl -I http://parking.christchurchairport.co.nz:80/
yitz:
What about port 80 that responds with a HTTP 302 to the https
curl -I http://parking.christchurchairport.co.nz:80/
not sure what this means
TTP/1.1 302 Found
Connection: close
Content-Type: text/html
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Location: https://parking.christchurchairport.co.nz/
Content-Length: 169
Means you are getting a "ping" response from the server on port 80 but not on port 443 (HTTPS) so not an end-to-end IP routing/reachability issue but most likely something still blocking access at the remote end.
Probably worth getting Quic to change your connection's IPv4 range to test, I think Behodar, KiwiSurfer are on 118.67.x.x based on their previous thread / mtr output.
yitz:
Means you are getting a "ping" response from the server on port 80 but not on port 443 (HTTPS) so not an end-to-end IP routing/reachability issue but most likely something still blocking access at the remote end.
Probably worth getting Quic to change your connection's IPv4 range to test, I think Behodar, KiwiSurfer are on 118.67.x.x based on their previous thread / mtr output.
farcus:
I am already on the same IP range
Could still be worth trying they might have blocked your specific IP.
I think I read on here Quic had some ex-VPS provider IP ranges, not sure whether they still do but was my line of thinking there...
Nothing like a faulty web app misfiring too many requests and subsequently getting blocked happened to me before 🤷♂️
Either way... do keep us updated..
Also fine for me on Quic.. Different range, welly based here (and I'm in the range that Mylotto blocked for aaaaaages)
I'm a geek, a gamer, a dad, a Quic user, and an IT Professional. I have a full rack home lab, size 15 feet, an epic beard and Asperger's. I'm a bit of a Cypherpunk, who believes information wants to be free and the Net interprets censorship as damage and routes around it. If you use my Quic signup you can also use the code R570394EKGIZ8 for free setup. Opinions are my own and not the views of my employer.
Sounds like there’s a upstream MTU issue via Congent which Quic are aware of (via discord), does the site work now @farcus
Quic referral link https://account.quic.nz/refer/276294 free setup code R276294EBWOBK
Good on you for coming back and providing an update.
Did MSS clamping save the rest of ya?
|
|
|