Skip to content

Commit

Permalink
fix(rnf): disabled ssl verify
Browse files Browse the repository at this point in the history
  • Loading branch information
pengfeidong committed Dec 13, 2024
1 parent 3ee386e commit 9b0d6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/rnf_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def headers
end

def typhoeus_options
{ ssl_verifyhost: 0 }
{ ssl_verifypeer: false }
end

def schema
Expand Down

0 comments on commit 9b0d6a5

Please sign in to comment.