agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

custom root ca #111

Closed ed006949 closed 8 years ago

ed006949 commented 8 years ago

hi.

how to provide custom root ca?

thanx.

agl commented 8 years ago

The Go TLS library should pick up the root certificates from your OS. See, for example https://golang.org/src/crypto/x509/root_linux.go

ed006949 commented 8 years ago

https://golang.org/src/crypto/x509/root_bsd.go helped thanx