Guest User

Untitled

a guest
Feb 6th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. $ curl -v https://test.user:[email protected]/uccs/inifile/api/4
  2. * About to connect() to x2go-broker.example.com port 443 (#0)
  3. * Trying 10.3.100.144...
  4. * Connected to x2go-broker.example.com (10.3.100.144) port 443 (#0)
  5. * successfully set certificate verify locations:
  6. * CAfile: none
  7. CApath: /etc/ssl/certs
  8. * SSLv3, TLS handshake, Client hello (1):
  9. * SSLv3, TLS alert, Client hello (1):
  10. * SSLv3, TLS handshake, Server hello (2):
  11. * SSLv3, TLS handshake, CERT (11):
  12. * SSLv3, TLS handshake, Server key exchange (12):
  13. * SSLv3, TLS handshake, Server finished (14):
  14. * SSLv3, TLS handshake, Client key exchange (16):
  15. * SSLv3, TLS change cipher, Client hello (1):
  16. * SSLv3, TLS handshake, Finished (20):
  17. * SSLv3, TLS change cipher, Client hello (1):
  18. * SSLv3, TLS handshake, Finished (20):
  19. * SSL connection using DHE-RSA-AES256-SHA
  20. * Server certificate:
  21. * subject: description=...
  22. * start date: 2013-12-09 02:11:45 GMT
  23. * expire date: 2016-12-09 00:03:09 GMT
  24. * subjectAltName: x2go-broker.example.com matched
  25. * issuer: C=IL; O=StartCom Ltd.; OU=Secure Digital Certificate Signing; CN=StartCom Class 3 Primary Intermediate Server CA
  26. * SSL certificate verify ok.
  27. * Server auth using Basic with user 'test.user'
  28. > GET /uccs/inifile/api/4 HTTP/1.1
  29. > Authorization: Basic Z29yZG9uLnNodW13YXk6RG5TM3JyMHIyMw==
  30. > User-Agent: curl/7.29.0
  31. > Host: x2go-broker.example.com
  32. > Accept: */*
  33. >
  34. < HTTP/1.1 200 OK
  35. < Date: Thu, 06 Feb 2014 11:37:17 GMT
  36. < Server: Apache/2.2.22 (Debian)
  37. < Etag: "ccd1d71986d85c4ffa72f1d68518b1e8056c9c47"
  38. < Expires: +1h
  39. < Content-Length: 899
  40. < Vary: Accept-Encoding
  41. < Content-Type: text/plain; charset=utf-8
  42. <
  43. {
  44. "AdditionalManagementServers": [],
  45. "DefaultServer": "MATE 1",
  46. "Name": "X2Go Session Broker",
  47. "RemoteDesktopServers": [
  48. {
  49. "Name": "MATE 1",
  50. "Password": "",
  51. "Protocol": "x2go",
  52. "SessionType": "~/.xsession",
  53. "SessionTypeRequired": true,
  54. "URL": "http://x2go-mate-1:22/",
  55. "Username": ""
  56. },
  57. {
  58. "Name": "MATE 2",
  59. "Password": "",
  60. "Protocol": "x2go",
  61. "SessionType": "~/.xsession",
  62. "SessionTypeRequired": true,
  63. "URL": "http://x2go-mate-2:22/",
  64. "Username": ""
  65. }
  66. ],
  67. "URL": "https://x2go-broker.example.com/uccs/inifile/"
Advertisement
Add Comment
Please, Sign In to add comment