Kind of ironic that their website is using an invalid security certificate?
it mightve been invalid while he set up his cdn / reverse proxy?
41–50 of 104 posts
Kind of ironic that their website is using an invalid security certificate?
it mightve been invalid while he set up his cdn / reverse proxy?
Earlier quoted context omitted.
A ping is very much different. A ping is (typically) simply an ICMP Echo Request, (not TCP, thus no TLS, etc). The receiving device, if accepting echo requests and configured to reply with echo replies, then responds with an ICMP Echo Reply - or some device in the middle (or the device itself could respond with an ICMP unreachable, or some other response - or quite simply drop the ICMP Echo Request entirely and silen…
If I'm not mistaken, its not UDP, it's ICMP, like you said
Author here - I was going to publish this today but it leaked out ahead of time. Enjoy! EDIT: I'm putting a CDN in place.
Earlier quoted context omitted.
Sufficiently speedy for what? It's not clear what you're asking. Gmail obviously runs over TLS. It also seem pretty nippy to me, but TLS only has a minor impact on the speed.
>It also seem pretty nippy to me OK. (my experience since the redesign is the opposite.)
Author here - I was going to publish this today but it leaked out ahead of time. Enjoy! EDIT: I'm putting a CDN in place.
[0] https://serializethoughts.com/2014/07/27/dissecting-tls-clie...
Author here - I was going to publish this today but it leaked out ahead of time. Enjoy! EDIT: I'm putting a CDN in place.
very nice! first thing I noticed is that at https://github.com/syncsynchalt/illustrated-tls/blob/master/... the content and samples are hardcoded into HTML - might it be nice if this was generated from some kind of JSON file or similar such that the approach you have here could be generalized to support any network protocol someone might want to annotate with descriptions?
(Isn't that what every site turns into eventually, a custom CMS?)
As it is it's all tcpflow, hexdump, and vim.
Cool! Would you be able to add a ascii view beside it?