idmservice$ curl -v -- max-time 30 -x http://proxy-service.vmsp-#####.s##.c###.local:3128 https://login.microsoftonline.com
Host proxy-service.vmsp-#####.s##.c###.local:3128 was resolved.
IPv6: (none)
IPv4: 198.##.##.##
Trying 198.##.##.##:3128 ...
CONNECT: no ALPN negotiated
allocate connect buffer
Establish HTTP proxy tunnel to login.microsoftonline.com: 443
CONNECT login.microsoftonline.com: 443 HTTP/1.1
Host: login.microsoftonline.com:443
User-Agent: curl/8.19.0
Proxy-Connection: Keep-Alive
HTTP/1.1 503 Service Unavailable
Server: squid/6.12
Mime-Version: 1.0
Date: ###### GMT
Content-Type: text/html;charset=utf-8
Content-Length: 3614
X-Squid-Error: ERR SECURE CONNECT FAIL 0
Vary: Accept-Language
Content-Language: en
CONNECT tunnel failed, response 503
closing connection #0
url: (56) CONNECT tunnel failed, response 503
root@<Controlplane> [ ~ ]# kubectl get deploy proxy-service -n vmsp-platform -o json | jq '.spec. template. spec. containers [0] .env'
"name": "HOST",
"value": "<Proxy fqdn/IP>"
[
"name": "PORT"
"value": "9090"
"name": "EXCLUDE IP ADDRESSES",
"value": "127.0.0.1, #####"
'name": "EXCLUDE DOMAINS",
"value": "localhost,.<Domain Name>"
"name": "READ TIMEOUT",
"value": "15"
"name": "CREDENTIALS ENABLED"
"value": "false"
I
'name": "TLS ENABLED"
"value": "true"
VCF Operations 9.1
vIDB is unable to retrieve the OIDC discovery endpoint through the proxy, as the custom proxy configured in the environment ran over HTTP, but VMSP proxy-service was configured to connect to it over HTTPS (TLS_ENABLED=true).