Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Sep 9, 2024
1 parent 778ad32 commit 089fa2c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ def start_session endpoint
http.cert_store = ssl_ca_store if ssl_ca_store
http.cert = http_client_cert if http_client_cert
http.key = http_client_key if http_client_key

puts "Set stuff"
puts http.cert
else
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
end
Expand Down

0 comments on commit 089fa2c

Please sign in to comment.