Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/tls: remote error: handshake failure #13733

Closed
webluoye opened this issue Dec 26, 2015 · 1 comment
Closed

crypto/tls: remote error: handshake failure #13733

webluoye opened this issue Dec 26, 2015 · 1 comment

Comments

@webluoye
Copy link

What version of Go are you using (go version)?

go version go1.5.2 linux/amd64

What operating system and processor architecture are you using?

CentOS release 5.5 (Final)

What did you do?

cert, err := tls.LoadX509KeyPair(eppConfig.crt, eppConfig.key)
tlsConfig = tls.Config{Certificates: []tls.Certificate{cert}, ClientAuth: tls.VerifyClientCertIfGiven, InsecureSkipVerify: true}
ladd, lerr := net.ResolveTCPAddr("tcp", eppConfig.clientIp+":0")
radd, rerr := net.ResolveTCPAddr("tcp", eppConfig.server+":"+eppConfig.port)
    ipConn, err := net.DialTCP("tcp", ladd, radd)
    conn = tls.Client(ipConn, tlsconfig)
    errObj = conn.Handshake()//remote error: handshake failure

What did you see instead?

use openssl test ok,use nodejs test ok
openssl s_client -connect epp.gtld.knet.cn:700 -cert pem.crt -key pem.key -state

SSL handshake has read 2307 bytes and written 1014 bytes

New, TLSv1/SSLv3, Cipher is EDH-DSS-DES-CBC3-SHA
Server public key is 1024 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1
Cipher : EDH-DSS-DES-CBC3-SHA
Session-ID: 567E4892317865E04D4FAF16095DD5B04E926639EF9E0A61E76502A1EE5208B7
Session-ID-ctx:
Master-Key: 9741F320B81F5D443082C9B83E68405154921EA399B5BD2DBDC1E2B9BEBC3C1B614BBBB135F40C65B59F0E859A102E6E
Key-Arg : None
Krb5 Principal: None
Start Time: 1451116690
Timeout : 300 (sec)
Verify return code: 19 (self signed certificate in certificate chain)
`---

KNET Co.,Ltd. EPP Server2015-12-26T07:58:10.528Z1.0enurn:ietf:params:xml:ns:domain-1.0urn:ietf:params:xml:ns:host-1.0urn:ietf:params:xml:ns:contact-1.0urn:ietf:params:xml:ns:secDNS-1.1urn:ietf:params:xml:ns:launch-1.0urn:ietf:params:xml:ns:idn-1.0urn:ietf:params:xml:ns:rgp-1.0

@davecheney
Copy link
Contributor

Please take your question to the mailing list. The issue tracker is only for bugs. Also, centos versions less than 6 are not supported by any version of Go.

@mikioh mikioh changed the title remote error: handshake failure cyypto/tls: remote error: handshake failure Dec 26, 2015
@mikioh mikioh changed the title cyypto/tls: remote error: handshake failure crypto/tls: remote error: handshake failure Dec 26, 2015
@golang golang locked and limited conversation to collaborators Dec 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants