Replies: 12 comments 3 replies
-
Can you clarify exactly what the problem is? |
Beta Was this translation helpful? Give feedback.
-
Ok, forget it. |
Beta Was this translation helpful? Give feedback.
-
Let me try again: People are seeing the sting page increasingly often. This is because various browsers are starting to prefer HTTPS over plain HTTP either by default or because people change the configuration (same for me, I have to comply to policies at work). The RP project site, www.ravenports.com, is available via HTTP only. However the webserver on sting seems to be configured to also answer on default TLS port 443. So when it receives a request for which it has no perfectly matching Server Block, it may pick the default one (sting?) and simply server that content even though that's not what people want to see. I. e. this is a problem that would go away if www.ravenports.com was available over HTTPS (either using LE or maybe indeed considering GH Pages?). If sting wasn't available via HTTPS at all, this would also not happen. |
Beta Was this translation helpful? Give feedback.
-
so it's just a duplicate of the issue to install a certificate to support HTTPS then. |
Beta Was this translation helpful? Give feedback.
-
I bought a 5-year SSL cert yesterday but the validation is still pending. |
Beta Was this translation helpful? Give feedback.
-
Okay, ravenports has a secure connection now. |
Beta Was this translation helpful? Give feedback.
-
Let's re-open this. It seems that HTTPS was only one piece of the puzzle. Today I talked to a colleague who failed to do the bootstrap using the Took me a moment to realize what's happening there: The machine prefers IPv6 over v4! When curl is forced to use v4, it works (of course using the script fails then). There's probably either a v6-related configuration problem with the Web server or a DNS problem. |
Beta Was this translation helpful? Give feedback.
-
separate issue please. |
Beta Was this translation helpful? Give feedback.
-
I see this via my hotspot but not on vpn. url: https://www.ravenports.com/catalog/bucket_E1/php83-curl/std/ will try another browser |
Beta Was this translation helpful? Give feedback.
-
hmm, can't reproduce with ms edge or incognito mode. |
Beta Was this translation helpful? Give feedback.
-
I made a configuration change to sting nginx. is there a way to test it? |
Beta Was this translation helpful? Give feedback.
-
seems to work on my hotspot now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The DNS problem described in https://github.com/Ravenports/www_ravenports/issues/4 again.
Beta Was this translation helpful? Give feedback.
All reactions