From: azathoth Date: 2006-11-15T18:30:11+09:00 Subject: Re: Net::HTTPS client certificate authentication If Firefox can successfully authenticate with the certificate but Ruby cannot, surely not having a private key in the certificate makes no difference. Or is the Ruby HTTPS module not capable of using the same authentication method? snacktime wrote: > > > > The same certificate works fine when supplied in Firefox but not from > > my ruby code. > > Any ideas? > > Doesn't sound like the private key is actually in controller.pem. > > Chris