Find answers from the community

Updated 3 months ago

I have a create llama backend running on

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
L
O
3 comments
I know a lot of corporate VPNs well mess with certs -- I had to turn my VPN off to use pip at my old job
Not 100% how to get around that actually
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
Add a reply
Sign up and join the conversation on Discord