ตอนนี้ใช้ TOT Mobile เจอว่าเข้า
https://facebook.com แล้วโดน redirect ไป
https://illegal.mdes.go.th/?softion-dns แต่ facebook ทำ hsts ไว้ browser เลยไม่ connect ให้
แต่ถ้าเป็น
https://www.facebook.com ยังใช้ได้อยู่
---
➜ ~ curl -vk
https://facebook.com
* Trying 180.180.255.130...
* TCP_NODELAY set
* Connected to facebook.com (180.180.255.130) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: C=TH; ST=Bangkok; O=Softion
* start date: Dec 9 14:17:23 2020 GMT
* expire date: Sep 29 14:17:23 2023 GMT
* issuer: C=TH; ST=Bangkok; O=Softion
* SSL certificate verify result: self signed certificate (18), continuing anyway.
> GET / HTTP/1.1
> Host: facebook.com
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Wed, 16 Dec 2020 01:28:32 GMT
< Content-Type: text/html
< Content-Length: 178
< Connection: keep-alive
< Location:
https://illegal.mdes.go.th/?softion-dns
--
เน็ท TOT Mobile ใครเข้า facebook.com ไม่ได้บ้าง
แต่ถ้าเป็น https://www.facebook.com ยังใช้ได้อยู่
---
➜ ~ curl -vk https://facebook.com
* Trying 180.180.255.130...
* TCP_NODELAY set
* Connected to facebook.com (180.180.255.130) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: C=TH; ST=Bangkok; O=Softion
* start date: Dec 9 14:17:23 2020 GMT
* expire date: Sep 29 14:17:23 2023 GMT
* issuer: C=TH; ST=Bangkok; O=Softion
* SSL certificate verify result: self signed certificate (18), continuing anyway.
> GET / HTTP/1.1
> Host: facebook.com
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Wed, 16 Dec 2020 01:28:32 GMT
< Content-Type: text/html
< Content-Length: 178
< Connection: keep-alive
< Location: https://illegal.mdes.go.th/?softion-dns
--