Error in pull request - During setting up istio's ssl termination

$ curl -v -HHost:abc.containers.appdomain.cloud --resolve abc.containers.appdomain.cloud:$SECURE_INGRESS_PORT:$INGRESS_HOST --cacert abc.containers.appdomain.cloud/2_intermediate/certs/ca-chain.cert.pem https://abc.containers.appdomain.cloud:$SECURE_INGRESS_PORT/xyz/v1/banks

  • Added abc.containers.appdomain.cloud:31390:128.19.12.190 to DNS cache
  • Hostname abc.containers.appdomain.cloud was found in DNS cache
  • Trying 128.19.12.190…
  • Connected to abc.containers.appdomain.cloud (128.19.12.190) port 31390 (#0)
  • found 2 certificates in abc.containers.appdomain.cloud/2_intermediate/certs/ca-chain.cert.pem
  • found 594 certificates in /etc/ssl/certs
  • ALPN, offering http/1.1
  • gnutls_handshake() failed: Error in the pull function.
  • Closing connection 0
    curl: (35) gnutls_handshake() failed: Error in the pull function.

Could you give more info about your setup? It’s hard to give advise based on your first message.