gt;,
>>
>> it is the server that sends a certificate request to the client so it can
>> authenticate.
>>
>> W dniu poniedziałek, 19 lutego 2018 08:46:13 UTC użytkownik Miha Zoubek
>> napisał:
>>>
>>&g
s.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&sa=D&sntz=1&usg=AFQjCNHW2hs0OK5PAatq6YXF9rhFznGmzg>,
>>
>> it is the server that sends a certificate request to the client so i
Hello
tnx for help.
I tried like:
tlsConfig := &tls.Config{
Certificates: []tls.Certificate{cert},
RootCAs: caCertPool,
InsecureSkipVerify: false,
}
//tlsConfig.BuildNameToCertificate()
transport := &http.Transport{TLSClientConfig: tlsConfig}
client :
<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