Skip to content

fix: add missing verify=VERIFY_SSL to network requests#19

Open
nimish-ks wants to merge 1 commit intomainfrom
fix/missing-verify-ssl
Open

fix: add missing verify=VERIFY_SSL to network requests#19
nimish-ks wants to merge 1 commit intomainfrom
fix/missing-verify-ssl

Conversation

@nimish-ks
Copy link
Copy Markdown
Member

Summary

  • fetch_app_key and fetch_wrapped_key_share in network.py were missing verify=VERIFY_SSL on their requests.get() calls
  • All other HTTP calls in the file correctly pass this parameter — these two were missed
  • This caused SSL failures when using the SDK with self-signed certificates (e.g. local/dev Phase instances)

Test plan

  • Tested CRUD operations against local Phase instance with self-signed cert
  • All 37 existing unit tests pass

fetch_app_key and fetch_wrapped_key_share were missing the
verify=VERIFY_SSL parameter on their requests.get() calls,
making them inconsistent with all other HTTP calls in the file
and causing SSL failures with self-signed certificates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant