I wonder if this means less cheaters in multiplayer games.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
More. I play in oceania and the cheaters are always english speakers.
How many games use HTTPS?
There's that game where you made paperclips...
UK govt salivating over this
Yeah they don't understand this stuff. They don't even know what a VPN is they're just angry about it.
Actually doing this would be devastating to the economy, and anyway they still need to justify their actions. They can't be openly dictatorial just yet.
"You are all pedos if you are against us" is probably what we will get.
The country of Brexit showed how much they care about devastating the economy
But… How else will the tankies receive their brainwashing?! Think of the poor propaganda being hurt by this madness!
Chinese government sanctioned groups can and will still access the broader internet.
No wonder there were so few Chinese sourced hack attempts in my corporate F5 firewall logs last night lol.
it hurt itself in its confusion!
Just testing the big red button is still working. Nothing to see here, no I mean literally nothing to see here!
Someone should post this in one of the tankie instances. Should be some good content for !meanwhileongrad@sh.itjust.works
Hmmmm I should join Piefed.
Anyone know why someone would use port 443 for anything other than https?
HTTPS may be the official designation for the port, but it is the de facto standard port for TLS. Whatever you want to send over TLS, doesn't really matter.
HTTPS is just HTTP served over TLS (originally SSL).
Step by step, if you were to analyze a web connection over port 443, you would see that the client first negotiates the TCP connection (via three-way handshake), then TLS, and it's not till after TLS is established that HTTPS is negotiated.
In that way, it's kinda wrong to say it's the HTTPS port. It's really, nowadays, the TLS port. HTTP is just one of many protocols that can ride on top of it, and when we do that, we call it HTTPS.
There's lots of things that transport using HTTPS that aren't websites in browsers.
Yeah technically anything can run on any ports, we just like to default certain things.
Ssh for example can work on port 2000 or whatever. Port knocking is fun too.
Oh, it's not even that some other protocol is operating on 443. It's that the underlying transport is HTTPS, just for something that's not a website rendered in a browser by the client. Microsoft, for example, used RPC over HTTPS for Outlook connectivity to Exchange for a hot minute.
Ah gotcha. In this case yeah.
websockets
VPNs, DNS over https (DoH), load balancers via DHCP, encrypted remote procedure calls, TCP pipes via gsocket.
I could go on.
To not get blocked by the great firewall
Sometimes mandatory web proxies still allow direct connections to port 443 so as to not break https, which in return means as long as your connection is to port 443, that proxy will pass it through without interfering.
I used to run sshd on port 443 for this reason back when I regularly had to work from client networks.
Pass thoses firewalls and other corporates proxy/VPN/… that block most ports. If what you build is at least partly used where user have internet access, you know this port is open. Even if 22, 8080 and all the others are closed.
Happy cake day!
Some ISPs block other ports, so if you want to host something, that might be your best option.