Answer the question
In order to leave comments, you need to log in
What is the cause of the problem with TLS?
Connect to jabber server:
net.Dial("tcp", s.Addr+":5222")
//....
config := tls.Config{InsecureSkipVerify: true, PreferServerCipherSuites: true}
tlsConn := tls.Client(s.Conn, &config)
hs := tlsConn.Handshake()
fmt.Println(hs)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question