Unix Technical Forum

Upgrading to 10.2 caused fetchmail ssl accessing fail

This is a discussion on Upgrading to 10.2 caused fetchmail ssl accessing fail within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> hi, yesterday i upgraded to 10.2 from 10.1 slackware. everything seems ok expected i found my fetchmail stoped working. ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 01:32 PM
Steven Woody
 
Posts: n/a
Default Upgrading to 10.2 caused fetchmail ssl accessing fail

hi,

yesterday i upgraded to 10.2 from 10.1 slackware. everything seems ok
expected i found my fetchmail stoped working.

blow is my fetchmail configuration:

poll pop.gmail.com with proto POP3 and options no dns
user 'myname@gmail.com' with pass "mypassword" is 'narke' here
options ssl sslcertck sslcertpath '/home/narke/.certs'
keep
smtphost localhost

blow is error messages:

fetchmail: Warning: server certificate verification: unable to get
local issuer certificate
2901:error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed:s3_clnt.c:844:
fetchmail: SSL connection failed.

so, i gues there might be ssl which stop running. but i can not recall
how i set up the fetchmail to using ssl.

could anyone help me? thanks.


-
woody

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 01:33 PM
Thorn The Mannamavi
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail

On 17 Dec 2005 00:58:27 -0800, Steven Woody Cried: Read These Runes!:
......>
> poll pop.gmail.com with proto POP3 and options no dns
> user 'myname@gmail.com' with pass "mypassword" is 'narke' here
> options ssl sslcertck sslcertpath '/home/narke/.certs'
> keep
> smtphost localhost


Here ssl keep works properly. Try it without the sslcertck sslcertpath
'/home/narke/.certs' entries.

HTH

Thorn
--
Ed Sullivan will be around as long as someone else has talent.
-- Fred Allen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 01:33 PM
Roberto Lauretti
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail

I think the Fetchmail Slackware package doesn't have the ssl option....
I had this trouble once, and I got the source code and compiled with an
special option..... you can see with ./configure --help

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 01:33 PM
Steven Woody
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail


Thorn The Mannamavi wrote:
> On 17 Dec 2005 00:58:27 -0800, Steven Woody Cried: Read These Runes!:
> .....>
> > poll pop.gmail.com with proto POP3 and options no dns
> > user 'myname@gmail.com' with pass "mypassword" is 'narke' here
> > options ssl sslcertck sslcertpath '/home/narke/.certs'
> > keep
> > smtphost localhost

>
> Here ssl keep works properly. Try it without the sslcertck sslcertpath
> '/home/narke/.certs' entries.
>
> HTH
>
> Thorn
> --
> Ed Sullivan will be around as long as someone else has talent.
> -- Fred Allen


yes, after removed 'sslcertck' and 'sslcertpath' options, it works
normally. and, today i found the error came from that google have
changed its certification vendor ( from Thawte to Equifax ). i don't
know what are security implies of removing sslcert option. will that
leak my email password to public?

thanks.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 01:35 PM
Thorn The Mannamavi
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail

On 18 Dec 2005 04:28:12 -0800, Steven Woody Cried: Read These Runes!:
>
> Thorn The Mannamavi wrote:
>> On 17 Dec 2005 00:58:27 -0800, Steven Woody Cried: Read These Runes!:
>> .....>
>> > poll pop.gmail.com with proto POP3 and options no dns
>> > user 'myname@gmail.com' with pass "mypassword" is 'narke' here
>> > options ssl sslcertck sslcertpath '/home/narke/.certs'
>> > keep
>> > smtphost localhost

>>
>> Here ssl keep works properly. Try it without the sslcertck sslcertpath
>> '/home/narke/.certs' entries.
>>
>> HTH
>>
>> Thorn
>> --
>> Ed Sullivan will be around as long as someone else has talent.
>> -- Fred Allen

>
> yes, after removed 'sslcertck' and 'sslcertpath' options, it works
> normally. and, today i found the error came from that google have
> changed its certification vendor ( from Thawte to Equifax ). i don't
> know what are security implies of removing sslcert option. will that
> leak my email password to public?


Why? It's an ssl connection. But if you need proof just put a sniffer on
your network interface. You'll see all is encrypted.

Thorn
--
Acid -- better living through chemistry.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 01:56 PM
Steven Woody
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail


Thorn The Mannamavi wrote:
> On 18 Dec 2005 04:28:12 -0800, Steven Woody Cried: Read These Runes!:
> >
> > Thorn The Mannamavi wrote:
> >> On 17 Dec 2005 00:58:27 -0800, Steven Woody Cried: Read These Runes!:
> >> .....>
> >> > poll pop.gmail.com with proto POP3 and options no dns
> >> > user 'myname@gmail.com' with pass "mypassword" is 'narke' here
> >> > options ssl sslcertck sslcertpath '/home/narke/.certs'
> >> > keep
> >> > smtphost localhost
> >>
> >> Here ssl keep works properly. Try it without the sslcertck sslcertpath
> >> '/home/narke/.certs' entries.
> >>
> >> HTH
> >>
> >> Thorn
> >> --
> >> Ed Sullivan will be around as long as someone else has talent.
> >> -- Fred Allen

> >
> > yes, after removed 'sslcertck' and 'sslcertpath' options, it works
> > normally. and, today i found the error came from that google have
> > changed its certification vendor ( from Thawte to Equifax ). i don't
> > know what are security implies of removing sslcert option. will that
> > leak my email password to public?

>
> Why? It's an ssl connection. But if you need proof just put a sniffer on
> your network interface. You'll see all is encrypted.
>


i did use 'ssl' option, i just truned off 'sslcertck' option to make it
work.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 01:56 PM
Steven Woody
 
Posts: n/a
Default Re: Upgrading to 10.2 caused fetchmail ssl accessing fail


Roberto Lauretti wrote:
> I think the Fetchmail Slackware package doesn't have the ssl option....
> I had this trouble once, and I got the source code and compiled with an
> special option..... you can see with ./configure --help


i don't think so, Roberto. ldd `which fetchmail` will print a line
contains libssl.so

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com