Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSL on Ruby 1.8.7 / JRuby 1.6 #85

Merged
merged 1 commit into from
Jun 25, 2013

Commits on Jun 25, 2013

  1. Support SSL on Ruby 1.8.7 / JRuby 1.6

    Under older versions of Ruby, SSL needed to be turned on after creating the
    HTTP object, but before making a request, as a separate method call; and you
    must require 'net/https'.
    
    In addition to the above, this brings more consistency under which
    circumstances the SSL and proxy configuration variables are applied when
    using server_ip instead of server_url to configure the location of the
    Jenkins server.
    Brett Porter committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    4eada86 View commit details
    Browse the repository at this point in the history