[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rubyforge and httpclient

Trans

11/3/2007 6:34:00 PM

I know I've asked this before, but I'm still at a loss. Does anyone
have any idea why every time I login to Rubyforge.org using httpclient
(v2.1.2) I get this message:

at depth 0 - 18: self signed certificate

My script works fine. It's just that I get this message.

Thanks,
T.


2 Answers

Bob Gustafson

11/4/2007 11:56:00 PM

0

On Sun, 2007-11-04 at 04:31 +0900, Konrad Meyer wrote:
> Quoth Trans:
> > I know I've asked this before, but I'm still at a loss. Does anyone
> > have any idea why every time I login to Rubyforge.org using httpclient
> > (v2.1.2) I get this message:
> >
> > at depth 0 - 18: self signed certificate
> >
> > My script works fine. It's just that I get this message.
> >
> > Thanks,
> > T.
>
> Rubyforge's SSL cert is self-signed.
>

Is that why I get a bar at the bottom of (your) mail message that says:

Invalid signature

I see this message from time to time - I am running Evolution on Fedora7

Bob G

Trans

11/5/2007 1:08:00 AM

0



On Nov 4, 6:56 pm, Bob Gustafson <bob...@rcn.com> wrote:
> On Sun, 2007-11-04 at 04:31 +0900, Konrad Meyer wrote:
> > Quoth Trans:
> > > I know I've asked this before, but I'm still at a loss. Does anyone
> > > have any idea why every time I login to Rubyforge.org using httpclient
> > > (v2.1.2) I get this message:
>
> > > at depth 0 - 18: self signed certificate
>
> > > My script works fine. It's just that I get this message.
>
> > > Thanks,
> > > T.
>
> > Rubyforge's SSL cert is self-signed.
>
> Is that why I get a bar at the bottom of (your) mail message that says:
>
> Invalid signature
>
> I see this message from time to time - I am running Evolution on Fedora7

Stange. I doubt the two are related though. If you're talking about my
posts to ruby-talk I use ruby-talk-google almost exclusively, so I
don't see how that could be related, or even what Signature it's
talking about.

I'm pretty sure it's something to do with httpclient though. Last I
checked codeforpeople's rubyforge project worked without giving me
this message and my work is based on the same original code. so thats'
got to be some light difference between the two, but I haven't been
able to track it down. The core code looks practically identical. I
was hoping someone might know something that would give a better idea
where to focus my attention.

T.