dongfangtianyu commented on PR #6251:
URL: https://github.com/apache/jmeter/pull/6251#issuecomment-2003016419

   It seems that the fachbook homepage doesn't return 200, but redirects to the 
login page. 
   I'm not sure if we need to modify the test case ResponseDecompression.jmx."
   
   ```
   curl -v https://www.facebook.com
   ```
   
   ```
   *   Trying 31.13.70.36:443...
   * Connected to www.facebook.com (31.13.70.36) port 443 (#0)
   * ALPN, offering h2
   * ALPN, offering http/1.1
   *  CAfile: /etc/ssl/certs/ca-certificates.crt
   *  CApath: /etc/ssl/certs
   * TLSv1.0 (OUT), TLS header, Certificate Status (22):
   * TLSv1.3 (OUT), TLS handshake, Client hello (1):
   * TLSv1.2 (IN), TLS header, Certificate Status (22):
   * TLSv1.3 (IN), TLS handshake, Server hello (2):
   * TLSv1.2 (IN), TLS header, Finished (20):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.3 (IN), TLS handshake, Certificate (11):
   * TLSv1.3 (IN), TLS handshake, CERT verify (15):
   * TLSv1.3 (IN), TLS handshake, Finished (20):
   * TLSv1.2 (OUT), TLS header, Finished (20):
   * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   * TLSv1.3 (OUT), TLS handshake, Finished (20):
   * SSL connection using TLSv1.3 / TLS_CHACHA20_POLY1305_SHA256
   * ALPN, server accepted to use h2
   * Server certificate:
   *  subject: C=US; ST=California; L=Menlo Park; O=Meta Platforms, Inc.; 
CN=*.facebook.com
   *  start date: Dec 26 00:00:00 2023 GMT
   *  expire date: Mar 25 23:59:59 2024 GMT
   *  subjectAltName: host "www.facebook.com" matched cert's "*.facebook.com"
   *  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High 
Assurance Server CA
   *  SSL certificate verify ok.
   * Using HTTP2, server supports multiplexing
   * Connection state changed (HTTP/2 confirmed)
   * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: 
len=0
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   * Using Stream ID: 1 (easy handle 0x563b8d507b60)
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   > GET / HTTP/2
   > Host: www.facebook.com
   > user-agent: curl/7.81.0
   > accept: */*
   >
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.2 (OUT), TLS header, Supplemental data (23):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   * TLSv1.2 (IN), TLS header, Supplemental data (23):
   < HTTP/2 302
   < set-cookie: fr=0m99cpMhrD8XneYOy..Bl99ys..AAA.0.0.Bl99ys.AWVSv6D5HHg; 
expires=Sun, 16-Jun-2024 06:18:20 GMT; Max-Age=7776000; path=/; 
domain=.facebook.com; secure; httponly
   < location: 
https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2F
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to