Search
 
SCRIPT & CODE EXAMPLE
 

RUBY

httparty SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (OpenSSL::SSL::SSLError)

require 'openssl'
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
Comment

PREVIOUS NEXT
Code Example
Ruby :: list ruby versions 
Ruby :: conditional operator in ruby 
Ruby :: add column with default value in rails 
Ruby :: ruby match word in string 
Ruby :: new date ruby 
Ruby :: rails resources only 
Ruby :: how to add to an array ruby 
Ruby :: ruby sort array numerically 
Ruby :: increment in ruby 
Ruby :: rails disable submit button 
Ruby :: rails logger stdout 
Ruby :: installing ruby version using Rbenv 
Ruby :: meaning of {} in ruby 
Ruby :: rails params require check exists 
Ruby :: What does inject in ruby do 
Ruby :: input must be integer in ruby 
Ruby :: rails loop through datetime 
Ruby :: ruby deep copy 
Ruby :: rails array pop first n elements 
Ruby :: rails 
Ruby :: ||= ruby 
Ruby :: ruby named parameters 
Ruby :: find_by column name rails route 
Ruby :: add key and value to first spot in hash ruby 
Ruby :: how to overwrite last line of console in ubuntu rails 
Ruby :: elsif ruby 
Ruby :: ruby if statement 
R :: how to set a column as index r 
R :: composite score in r 
R :: name elements in vector r 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =