google-code-export / rubycas-client

Automatically exported from code.google.com/p/rubycas-client
1 stars 1 forks source link

Support for Non-SSL test setup #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to allow rubycas-client to use a non-ssl CAS server
for testing purposes?

Out of the box, the Java CAS server allows it to be run without SSL so that
"newbies" can get up and running very quickly.

On line 65 in cas.rb, what do you think of the following code?
      https.use_ssl = (prs.scheme == 'https')

Thank you
Reid

Original issue reported on code.google.com by ruby...@gmail.com on 19 Jun 2007 at 5:40

GoogleCodeExporter commented 9 years ago
This enhancement allows us to easily show the capabilities of the CAS client 
against
the Java CAS server out of the box on Tomcat. As well as against rubycas-server 
when
running mongrel.

The patch file is attached for this enhancement

Original comment by ruby...@gmail.com on 6 Jul 2007 at 5:34

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks rubywmg, I've added your patch to svn. I've also granted you access to 
the
repo so in the future you can commit patches directly.

Original comment by matt.zuk...@gmail.com on 6 Jul 2007 at 7:52