Aldric Giacomoni
2010-Jun-29 15:30 UTC
PKI authentication? Webrat, Selenium, restful-auth... ?
Hi, We are trying to fix a test suite to check an app which uses PKI authentication. Is there something out there which could make our lives easier? Webrat and Selenium don''t seem to support this right now. Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Jun-29 15:40 UTC
Re: PKI authentication? Webrat, Selenium, restful-auth... ?
Aldric Giacomoni wrote:> Hi, > We are trying to fix a test suite to check an app which uses PKI > authentication. > Is there something out there which could make our lives easier? Webrat > and Selenium don''t seem to support this right now.AFAIK, Selenium supports anything that the browser supports. What problems are you having?> > Thanks.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Aldric Giacomoni
2010-Jun-30 19:30 UTC
Re: PKI authentication? Webrat, Selenium, restful-auth... ?
Marnen Laibow-Koser wrote:> Aldric Giacomoni wrote: >> Hi, >> We are trying to fix a test suite to check an app which uses PKI >> authentication. >> Is there something out there which could make our lives easier? Webrat >> and Selenium don''t seem to support this right now. > > AFAIK, Selenium supports anything that the browser supports. What > problems are you having?Hi Marnen, Thanks for the answer. Selenium does indeed support whatever the server supports: just a matter of using the right profile. I was thinking about the problem incorrectly. We would like to run some tests without going through the GUI, hence the question about Webrat. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.