Skip to content

Commit

Permalink
ci troubleshoot: print ssl_context type
Browse files Browse the repository at this point in the history
  • Loading branch information
huylenq committed Jan 12, 2021
1 parent 9df8c42 commit e7e688e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/td/client/api_ssl_connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ def setup_server(ssl_version)
WEBrick::HTTPServlet::ProcHandler.new(method(:do_hello).to_proc)
)
begin
puts ">>> SSL_CONTEXT: #{ssl_context.class}"
@server.ssl_context.ssl_version = ssl_version
rescue ArgumentError => e
puts ">>>", e.backtrace
puts ">>> ArgumentError >>>", e.backtrace
raise
end
@server_thread = start_server_thread(@server)
Expand Down

0 comments on commit e7e688e

Please sign in to comment.