azure kubernetes https mix contents

2/22/2021

After I configured my Azure cluster to use the Nginx Ingress controller with Let'sEncrypt SSL my browser failed to fetch data from the backend "Mixed content", what is the best practice in such as case:

  • move my backend to another cluster and run it over HTTPS?
  • is there any way to allow my frontend that running over HTTPS to talk to my Backend pod?
  • is there any way to run my backend over HTTPS in the same cluster?

Please help or tips :)

-- Anas Almohana
azure
https
kubernetes
lets-encrypt
nginx-ingress

0 Answers