bytbox / go-pop3

RFC1939 client implementation for go
MIT License
40 stars 21 forks source link

addition of ssl noverify pass through option #1

Closed brendanhill closed 10 years ago

brendanhill commented 10 years ago

allows for connection to self signed hosts

bytbox commented 10 years ago

What? Why is this a good idea? "InsecureSkipVerify" has "Insecure" in its name for a very, very good reason. If you want to patch it to take an arbitrary config, that's one thing, but this seems terrible.

brendanhill commented 10 years ago

In need of testing hundreds of pop servers where each has a self signed cert, but all live behind public facing VIPs with valid certs, I thought this would be useful...