I tried to put verify_ssl=>false to the request, but it doesn\'t work.
verify_ssl=>false
Below is my code:
def login_request (username, password) reques
please use RestClient::Request.execute(method: :get, url: url, headers: headers, verify_ssl: false)
RestClient::Request.execute(method: :get, url: url, headers: headers, verify_ssl: false)
verify_ssl is not accepted in RestCient.method
verify_ssl