Hello,
I am not sure about the proxy part.
vi-admin@VMA-NAGIOS:~> curl '
https://10.16.0.50:443/sdk/vimService.wsdl' -k -v
* About to connect() to 10.16.0.50 port 443 (#0)
* Trying 10.16.0.50... connected
* Connected to 10.16.0.50 (10.16.0.50) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs/
* TLSv1.0, TLS handshake, Client hello (1):
* TLSv1.0, TLS handshake, Server hello (2):
* TLSv1.0, TLS handshake, CERT (11):
* TLSv1.0, TLS handshake, Server key exchange (12):
* TLSv1.0, TLS handshake, Server finished (14):
* TLSv1.0, TLS handshake, Client key exchange (16):
* TLSv1.0, TLS change cipher, Client hello (1):
* TLSv1.0, TLS handshake, Finished (20):
* TLSv1.0, TLS change cipher, Client hello (1):
* TLSv1.0, TLS handshake, Finished (20):
* SSL connection using ECDHE-RSA-AES256-SHA
* Server certificate:
* subject: CN=pcda-vcsa.vsphere.local; C=US
* start date: 2020-03-16 04:33:38 GMT
* expire date: 2030-03-11 04:33:38 GMT
* issuer: CN=CA; DC=vsphere; DC=local; C=US; ST=California; O=pcda-vcsa.vsphere.local; OU=VMware Engineering
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
> GET /sdk/vimService.wsdl HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-suse-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8j zlib/1.2.7 libidn/1.10
> Host: 10.16.0.50
> Accept: */*
>
< HTTP/1.1 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x00007f352c04c1a0] _serverNamespace = /sdk action = Allow _port = 8085)
< Date: Wed, 9 Dec 2020 06:05:18 GMT
< Connection: close
< Content-Type: text/html
< Content-Length: 198
<
* Closing connection #0
* TLSv1.0, TLS alert, Client hello (1):
<HTML><BODY><H1>503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x00007f352c04c1a0] _serverNamespace = /sdk action = Allow _port = 8085)</H1></BODY></HTML>vi-admin@VMA-NAGIOS:~>