You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server :Golang running on a tls binding with a server cert file and a server cert key file
client: how to connect to the server using client cert file and client cert key file,if the client url start with tls ,is it auto detected?
The text was updated successfully, but these errors were encountered:
use Client.Tcp.CertificateSelection in dot net client to provide cert,but when set golang server tls option to config := &tls.Config{ ClientAuth: tls.RequireAndVerifyClientCert, }, no cert was passed to the server
server :Golang running on a tls binding with a server cert file and a server cert key file
client: how to connect to the server using client cert file and client cert key file,if the client url start with
tls
,is it auto detected?The text was updated successfully, but these errors were encountered: