future-keyboard-11621
10/17/2022, 11:19 AME1017 13:18:31.887786 22909 proxy_server.go:147] Error while proxying request: x509: certificate is valid for 10.43.0.1, 127.0.0.1, 192.168.5.15, ::1, fec0::5055:55ff:fe64:2235, not 10.0.0.5
The error suggests that the certificate is only valid for the given ip-s not for external access, how could I bypass/fix this?adventurous-piano-43924
10/17/2022, 2:29 PMcalm-sugar-3169
10/17/2022, 5:55 PMkubectl ...
?future-keyboard-11621
10/17/2022, 6:13 PMcertificate-authority-data
and added insecure-skip-tls-verify: true
This makes it work with lens. But its not really the proper solutioncalm-sugar-3169
10/17/2022, 6:17 PMinsecure-skip-tls-verify: true
to see if that suppresses it. It looks like a misconfiguration, I will try to see what is causing this.future-keyboard-11621
10/17/2022, 6:18 PMproud-jewelry-46860
10/17/2022, 6:23 PMcalm-sugar-3169
10/17/2022, 8:40 PM