hprose-dotnet
hprose-dotnet copied to clipboard
.net tcp client use tls 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?
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
我对 tls 这套东西不是很了解,你自己查查资料吧。这部分是跟 hprose 独立的,设置都通用。