Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
1,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. curl -L -i -vx localhost:50000 "https://www.google.com/"
  2. * About to connect() to proxy localhost port 50000 (#0)
  3. * Trying ::1... Connection refused
  4. * Trying 127.0.0.1... connected
  5. * Establish HTTP proxy tunnel to www.google.com:443
  6. > CONNECT www.google.com:443 HTTP/1.1
  7. > Host: www.google.com:443
  8. > User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  9. > Proxy-Connection: Keep-Alive
  10. >
  11. < HTTP/1.1 200 Connection Established
  12. HTTP/1.1 200 Connection Established
  13. <
  14.  
  15. * Proxy replied OK to CONNECT request
  16. * successfully set certificate verify locations:
  17. * CAfile: none
  18. CApath: /etc/ssl/certs
  19. * SSLv3, TLS handshake, Client hello (1):
  20. * Unknown SSL protocol error in connection to www.google.com:50000
  21. * Closing connection #0
  22. curl: (35) Unknown SSL protocol error in connection to www.google.com:50000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement