Replies: 1 comment 8 replies
-
what is your server os? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did the application with .Net Core 6 and I'm trying to publish it on a server with IIS. The application work ok, but can't connecto to Kubernetes (kubectl is working correctly).
That´s the error:
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'.
I try to use a impersonate with my user, use the local kubeconfig, put a kubeconfig file for the connection, but i can't make it work
Beta Was this translation helpful? Give feedback.
All reactions