Skip to content

Commit

Permalink
Merge pull request #11139 from pengfeidong/switch-to-new-rnf-api-endp…
Browse files Browse the repository at this point in the history
…oint
  • Loading branch information
tchak authored Dec 17, 2024
2 parents a6f39b3 + 9b0d6a5 commit 0a40637
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 0a40637

Please sign in to comment.