Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ curl -v https://test.user:[email protected]/uccs/inifile/api/4
- * About to connect() to x2go-broker.example.com port 443 (#0)
- * Trying 10.3.100.144...
- * Connected to x2go-broker.example.com (10.3.100.144) port 443 (#0)
- * successfully set certificate verify locations:
- * CAfile: none
- CApath: /etc/ssl/certs
- * SSLv3, TLS handshake, Client hello (1):
- * SSLv3, TLS alert, Client hello (1):
- * SSLv3, TLS handshake, Server hello (2):
- * SSLv3, TLS handshake, CERT (11):
- * SSLv3, TLS handshake, Server key exchange (12):
- * SSLv3, TLS handshake, Server finished (14):
- * SSLv3, TLS handshake, Client key exchange (16):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSL connection using DHE-RSA-AES256-SHA
- * Server certificate:
- * subject: description=...
- * start date: 2013-12-09 02:11:45 GMT
- * expire date: 2016-12-09 00:03:09 GMT
- * subjectAltName: x2go-broker.example.com matched
- * issuer: C=IL; O=StartCom Ltd.; OU=Secure Digital Certificate Signing; CN=StartCom Class 3 Primary Intermediate Server CA
- * SSL certificate verify ok.
- * Server auth using Basic with user 'test.user'
- > GET /uccs/inifile/api/4 HTTP/1.1
- > Authorization: Basic Z29yZG9uLnNodW13YXk6RG5TM3JyMHIyMw==
- > User-Agent: curl/7.29.0
- > Host: x2go-broker.example.com
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Date: Thu, 06 Feb 2014 11:37:17 GMT
- < Server: Apache/2.2.22 (Debian)
- < Etag: "ccd1d71986d85c4ffa72f1d68518b1e8056c9c47"
- < Expires: +1h
- < Content-Length: 899
- < Vary: Accept-Encoding
- < Content-Type: text/plain; charset=utf-8
- <
- {
- "AdditionalManagementServers": [],
- "DefaultServer": "MATE 1",
- "Name": "X2Go Session Broker",
- "RemoteDesktopServers": [
- {
- "Name": "MATE 1",
- "Password": "",
- "Protocol": "x2go",
- "SessionType": "~/.xsession",
- "SessionTypeRequired": true,
- "URL": "http://x2go-mate-1:22/",
- "Username": ""
- },
- {
- "Name": "MATE 2",
- "Password": "",
- "Protocol": "x2go",
- "SessionType": "~/.xsession",
- "SessionTypeRequired": true,
- "URL": "http://x2go-mate-2:22/",
- "Username": ""
- }
- ],
- "URL": "https://x2go-broker.example.com/uccs/inifile/"
Advertisement
Add Comment
Please, Sign In to add comment