|
|
|
|
|
by jeffsmith82
2246 days ago
|
|
Had the great firewall of china block one of the sites I was building for a customer once many years ago. It could only do it for http and not https so assuming it reads the request from the client works out its a http request to an unauthorized IP and sends the reset packet. You cant read the payload for https so didn't know to send the rst packet i'm assuming. Took a while and some playing with wireshark to work out what was going wrong. Spoke to someone in the Datacenter we where hosting in and they got us adding to some goverment whitelist and it all started working again. |
|