|
Matt Harden |
at Dec 9, 2015 at 5:33 am
|
⇧ |
| |
Apparently the client doesn't actually send certs unless they are
requested. In addition to running Handshake before ConnectionState,
include ClientAuth:
tls.RequestClientCert in your tls.Config. I tested that and it worked for
me.
On Mon, Dec 7, 2015 at 11:54 PM Tony Carter wrote:On Saturday, December 5, 2015 at 11:50:50 AM UTC-5, Matt Harden wrote:I think you need to either call Handshake, Read or Write on the
connection before the TLS handshake will occur.
I tried those to no avail..
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout. --
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.