Re: [go-nuts] Client certificate in request missing

2018-02-19 Thread Miha Zoubek
ient cert? >> As far as I can understand the RFC >> https://tools.ietf.org/html/rfc5246#section-7.4.4 >> <https://www.google.com/url?q=https%3A%2F%2Ftools.ietf.org%2Fhtml%2Frfc5246%23section-7.4.4=D=1=AFQjCNHW2hs0OK5PAatq6YXF9rhFznGmzg>, >> >> it is the ser

Re: [go-nuts] Client certificate in request missing

2018-02-19 Thread Miha Zoubek
html/rfc5246#section-7.4.4 >> <https://www.google.com/url?q=https%3A%2F%2Ftools.ietf.org%2Fhtml%2Frfc5246%23section-7.4.4=D=1=AFQjCNHW2hs0OK5PAatq6YXF9rhFznGmzg>, >> >> it is the server that sends a certificate request to the client so it can >> authen

Re: [go-nuts] Client certificate in request missing

2018-02-19 Thread Miha Zoubek
Hello tnx for help. I tried like: tlsConfig := { Certificates: []tls.Certificate{cert}, RootCAs: caCertPool, InsecureSkipVerify: false, } //tlsConfig.BuildNameToCertificate() transport := {TLSClientConfig: tlsConfig} client := {Transport: transport}

[go-nuts] Re: Client certificate in request missing

2018-02-18 Thread Miha Zoubek
<https://lh3.googleusercontent.com/-7Og28HVrMgg/Wop3iD4wDdI/HYE/W25Gt0sFG4krxQe_S1RYJJDREeaQSntaQCLcBGAs/s1600/rcKas.jpg> Hello just for puicture: Dne petek, 16. februar 2018 17.01.40 UTC+1 je oseba Miha Zoubek napisala: > > Hello > > this is my code: > http