Skip to content

Commit

Permalink
disable ssl validation. bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlage committed Jul 15, 2024
1 parent 51f67f0 commit a43c05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/siba_api/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def client
globals.log true
globals.log_level :debug
globals.convert_request_keys_to :camelcase
globals.ssl_verify_mode :none # NOTE: As of 2024.07.15 ssl validation is failing
# TEST: openssl s_client -showcerts -verify 5 -connect siba.sef.pt:443 < /dev/null
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/siba_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SIBAApi
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit a43c05c

Please sign in to comment.