spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
472 stars 237 forks source link

http get request authentication #53

Closed evandromartines closed 7 years ago

evandromartines commented 8 years ago

must make an Authenticating on a SOAP server for client: http.Client = { } using digital .pfx certificate type , it is possible using spacemonkeygo / openssl . Have any example?

Thanks

zeebo commented 7 years ago

Sorry, I don't know anything about a .pfx file or what it contains, but if you can set up an ssl context you should be able to make TLS handshakes with it. Maybe look at examples using the openssl C api and map that to our wrapper?