rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

Need to be able to use Net::HTTP::Proxy instead of Net::HTTP #17

Closed sae249833 closed 12 years ago

sae249833 commented 13 years ago

For outbound service calls, such as serviceValidate, we have the need to be able to use/set Net::HTTP::Proxy in order to reach the CAS server.

soupmatt commented 12 years ago

Feel free to submit a pull request to fix this, but I don't have time address this at this time.

shevaun commented 12 years ago

I've created a pull request for this feature: https://github.com/rubycas/rubycas-client/pull/24