Skip to content

Comments

connection options: no ssl verify & basic auth#9

Open
chrisdambrosio wants to merge 1 commit intopjdavis:masterfrom
chrisdambrosio:connection_options
Open

connection options: no ssl verify & basic auth#9
chrisdambrosio wants to merge 1 commit intopjdavis:masterfrom
chrisdambrosio:connection_options

Conversation

@chrisdambrosio
Copy link

New connections options for:

  • logging in with basic auth
  • disabling SSL certificate verification
class Ticket < Roart::Ticket
  connection(
    :server => 'https://rt.example.com', :user => 'chrisdambrosio', :pass => 'rtpassword',
    :auth_method => :basic, # basic auth
    :ssl_verify  => :none   # disable ssl cert verification
  )
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant