Skip to content

feat: extract is_ssl_verification_disabled utility#1466

Open
smflorentino wants to merge 3 commits intomainfrom
fix/export-ssl-verification-check
Open

feat: extract is_ssl_verification_disabled utility#1466
smflorentino wants to merge 3 commits intomainfrom
fix/export-ssl-verification-check

Conversation

@smflorentino
Copy link
Collaborator

Summary

  • Extract the UIPATH_DISABLE_SSL_VERIFY check from get_httpx_client_kwargs() into a standalone is_ssl_verification_disabled() function in _http_config.py
  • Export it from uipath.platform.common
  • This allows non-httpx HTTP clients (e.g. boto3) to reuse the same SSL disable logic

Test plan

  • Added TestIsSslVerificationDisabled with parametrized tests for truthy/falsy env var values
  • Existing TestGetHttpxClientKwargsHeaders tests still pass
  • Verify no regressions in downstream packages that import from uipath.platform.common

@github-actions github-actions bot added the test:uipath-langchain Triggers tests in the uipath-langchain-python repository label Mar 19, 2026
smflorentino and others added 2 commits March 19, 2026 15:45
Extract the UIPATH_DISABLE_SSL_VERIFY check into a standalone
is_ssl_verification_disabled() function so non-httpx HTTP clients
can reuse the same SSL disable logic.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@smflorentino smflorentino force-pushed the fix/export-ssl-verification-check branch from 9c8bf4f to 48d03be Compare March 19, 2026 22:47
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant