I have a create llama backend running on ec2 with a load balancer and auto scaling group, etc. it works perfectly fine serving my llama front end chat website on most wifis, but on certain corporate wifis I get ERR_CERT_AUTHORITY_INVALID trying to ping the backend. Does anyone know a solution to this? Our SSL certificate is provided by Aws as well, and gets an A grade from SSL labs
We spun up a basic nginx hello world app with a ssl cert from certbot and it works. I think the issue may be load balancer or route 53 and ACM issued certs, will update when I find solution