Re: Blat and stunnel: SSL_accept: Peer suddenly disconnected
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <0FC303DF912F46B3B237AC3D15F0DACF@chip> |
> Frank, > > Take a look at the example page, http://www.blat.net/examples/, at the > bottom is Chip’s configuration file. It may have some clues that will > help. > > Cheers, > > Doug Frank, Here is my stunnel.conf file that works with Gmail. Please take note of the first section, and the last section. Chip CAfile = cert.pem cert = client.pem client = yes RNDfile = .rnd sslVersion = TLSv1 fips = no [att yahoo smtp] accept = 25 connect = outbound.att.net:465 [att yahoo pop3] accept = 110 connect = inbound.att.net:995 [hotmail smtp] accept = 8002 connect = smtp.live.com:587 protocol = smtp [hotmail pop3] accept = 9002 connect = pop3.live.com:995 [gmail smtp] accept = 27 connect = smtp.gmail.com:587 protocol = smtp