Prabhash Rathore <prabhashrath...@gmail.com> once said:
> Looking at comment, it seems Golang does not support SSLv2 and SSLV3.

The crypto/tls package can support SSLv3 if you set tls.Config.MinVersion
to tls.VersionSSL30, but only as a server.

> I am reaching out to see if there is anyway possible to add support for 
> older SSL versions or if there are any workarounds. In SMTP world, there 
> are lots of clients who still use old SSL builds and we would like to be 
> able to support them on our MTA servers.

I think it's unlikely that SSLv2 will be supported. There is a very
old discussion about this at https://github.com/golang/go/issues/3930
that you might want to check out.

Cheers,
  Anthony

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/20190918084123.GA4577%40alice.

Reply via email to