Portal clients are receiving the wildcard dispatcher certificate
search cancel

Portal clients are receiving the wildcard dispatcher certificate

book

Article ID: 279226

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

Running our Portal clients may see Kubernetes Ingress Controller Fake Certificate presented from the portal side when running in helm.

 

Environment

CA API Developer Portal 5.2.1

Resolution

There can be routing issues that cause a request to go the Dispatcher container. If you want to update the certificate for the dispatcher in helm, in your helm deployment you can update the flags. 

In helm you can set the dispatcher cert,

extraArgs: enable-ssl-passthrough: true ingress-class: "****" default-ssl-certificate: "****"