Advertisement
Peaceseeker

BOINC Linux WCG connection test

Sep 11th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. curl -v --capath /etc/ssl/certs https://www.worldcommunitygrid.org
  2. * About to connect() to www.worldcommunitygrid.org port 443 (#0)
  3. * Trying 198.20.8.246...
  4. * connected
  5. * Connected to www.worldcommunitygrid.org (198.20.8.246) port 443 (#0)
  6. * successfully set certificate verify locations:
  7. * CAfile: /etc/ssl/certs/ca-certificates.crt
  8. CApath: /etc/ssl/certs
  9. * SSLv3, TLS handshake, Client hello (1):
  10. * SSLv3, TLS handshake, Server hello (2):
  11. * SSLv3, TLS handshake, CERT (11):
  12. * SSLv3, TLS handshake, Server finished (14):
  13. * SSLv3, TLS handshake, Client key exchange (16):
  14. * SSLv3, TLS change cipher, Client hello (1):
  15. * SSLv3, TLS handshake, Finished (20):
  16. * SSLv3, TLS change cipher, Client hello (1):
  17. * SSLv3, TLS handshake, Finished (20):
  18. * SSL connection using DES-CBC3-SHA
  19. * Server certificate:
  20. * subject: C=US; ST=Georgia; L=Jasper; O=Sea Blue, Inc; CN=*.worldcommunitygrid.org
  21. * start date: 2011-06
  22. * expire date: 2013-06
  23. * common name: *.worldcommunitygrid.org (matched)
  24. * issuer: C=US; O
  25. * SSL certificate verify ok.
  26. > GET / HTTP/1.1
  27. > User-Agent: curl/7.27.0
  28. > Host: www.worldcommunitygrid.org
  29. > Accept: */*
  30. >
  31. < HTTP/1.1 302 Found
  32. < Date: Tue, 11 Sep 2012 09:18:38 GMT
  33. < Server: IBM_HTTP_Server
  34. < Location: https://secure.worldcommunitygrid.org/
  35. < Content-Length: 222
  36. < Content-Type: text/html; charset=iso-8859-1
  37. <
  38. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  39. <html><head>
  40. <title>302 Found</title>
  41. </head><body>
  42. <h1>Found</h1>
  43. <p>The document has moved <a href="https://secure.worldcommunitygrid.org/">here</a>.</p>
  44. </body></html>
  45. * Connection #0 to host www.worldcommunitygrid.org left intact
  46. * Closing connection #0
  47. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement