I am using the as build docker container for v2.0.8
I have created a helm chart that creates all the components:
- Permanent volume for the config
- AWS load balancer with SSL Certificate
- PWM pod/container created via a deployment
- K8S service and service and service account.
The pod comes up, and the load balancer is healthy, however when I browse to the URL, or use curl to the lookback address within the pod, I get the message:
Bad Request
This combination of host and port requires TLS.
Do I need to configure a certificate in the pod? if so how do I configure this?
Is it possible to reconfigure the docker container to respond on http?