I'm trying to deploy a simple python project on k3s, the problem is the SSL handshake not working on the pods, I do bash to the pod and execute 'curl google.com'; everything works great on the VPS but on the pod
$ curl https://google.com
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure