Advertisement
niklep

Untitled

Jun 10th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # curl https://192.168.100.130/sdk --insecure -v --user zabbixuriit@vsphere.local
  2. Enter host password for user 'zabbixuriit@vsphere.local':
  3. * Trying 192.168.100.130...
  4. * TCP_NODELAY set
  5. * Connected to 192.168.100.130 (192.168.100.130) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  9. * successfully set certificate verify locations:
  10. * CAfile: /etc/ssl/certs/ca-certificates.crt
  11. CApath: /etc/ssl/certs
  12. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  13. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  14. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  15. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  16. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  17. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  18. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  19. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  20. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  21. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  22. * TLSv1.2 (IN), TLS handshake, Finished (20):
  23. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  24. * ALPN, server did not agree to a protocol
  25. * Server certificate:
  26. * subject: CN=vcenter-server.admugra.local; C=US
  27. * start date: Dec 16 13:18:57 2019 GMT
  28. * expire date: Dec 10 13:18:56 2029 GMT
  29. * issuer: CN=CA; DC=vsphere; DC=local; C=US; ST=California; O=vcenter-server; OU=VMware Engineering
  30. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  31. * Server auth using Basic with user 'zabbixuriit@vsphere.local'
  32. > GET /sdk HTTP/1.1
  33. > Host: 192.168.100.130
  34. > Authorization: Basic emFiYml4dXJpaXRAdnNwaGVyZS5sb2NhbDpaJHVyaWlUdDUx
  35. > User-Agent: curl/7.52.1
  36. > Accept: */*
  37. >
  38. < HTTP/1.1 503 Service Unavailable (Failed to connect to endpoint: [class Vmacore::Http::LocalServiceSpec:0x00000013b6c74300] _serverNamespace = /sdk action = Allow _port = 8085)
  39. < Date: Thu, 10 Jun 2021 05:23:19 GMT
  40. < Connection: close
  41. < Content-Type: text/html
  42. < Content-Length: 202
  43. <
  44. * Curl_http_done: called premature == 0
  45. * Closing connection 0
  46. * TLSv1.2 (OUT), TLS alert, Client hello (1):
  47. <HTML><BODY><H1>503 Service Unavailable (Failed to connect to endpoint: [class Vmacore::Http::LocalServiceSpec:0x00000013b6c74300] _serverNamespace = /sdk action = Allow _port = 8085)</H1></BODY></HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement