Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@FAKELES-7310:~$ wget -SqO- http://<LB_IP>:80
- HTTP/1.1 302 Moved Temporarily
- Via: 1.1 10.254.234.15 (McAfee Web Gateway 11.2.6.43601)
- Date: Wed, 19 Apr 2023 09:12:08 GMT
- Location: https://<LB_IP>:443/
- Connection: Keep-Alive
- Content-Type: text/html
- Content-Length: 133
- ubuntu@FAKELES-7310:~$ curl -ikv https://<LB_IP>:443
- * Trying <LB_IP>:443...
- * TCP_NODELAY set
- * Connected to <LB_IP> (<LB_IP>) port 443 (#0)
- * ALPN, offering h2
- * ALPN, offering http/1.1
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/certs/ca-certificates.crt
- CApath: /etc/ssl/certs
- * TLSv1.3 (OUT), TLS handshake, Client hello (1):
- * TLSv1.3 (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 handshake, Finished (20):
- * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
- * ALPN, server accepted to use http/1.1
- * Server certificate:
- * subject: C=NL; ST=Amsterdam; L=Amsterdam; O=Oracle ACE; OU=Org; CN=oci-ace-demos.com
- * start date: Apr 11 13:24:38 2023 GMT
- * expire date: Apr 10 13:24:38 2024 GMT
- * issuer: C=NL; ST=Amsterdam; L=Amsterdam; O=Oracle ACE; OU=Org; CN=oci-ace-demos.com
- * SSL certificate verify result: self signed certificate (18), continuing anyway.
- > GET / HTTP/1.1
- > Host: <LB_IP>
- > User-Agent: curl/7.68.0
- > Accept: */*
- >
- * Mark bundle as not supporting multiuse
- < HTTP/1.1 302 Found
- HTTP/1.1 302 Found
- < Date: Wed, 19 Apr 2023 09:13:08 GMT
- Date: Wed, 19 Apr 2023 09:13:08 GMT
- < Content-Length: 0
- Content-Length: 0
- < Connection: keep-alive
- Connection: keep-alive
- < Location: http://<LB_IP>/ords/
- Location: http://<LB_IP>/ords/
- <
- * Connection #0 to host <LB_IP> left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement