Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore SSL errors on HTTP requests #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nedimtokic
Copy link
Collaborator

The main goal is to provide an option to bypass SSL certificate validation in scenarios where certificate validation may not be necessary (e.g., connecting to local development environments or during testing).

The ignoreSSLErrors flag enables the skipping of SSL certificate validation errors. This change can affect the security of the application if not used carefully and should be avoided in production environments.

closes: #89

Copy link
Collaborator

@harlem88 harlem88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this fix to the changelog

Use ignoreSSLErrors flag to ignore
SSL errors on HTTP requests

Signed-off-by: Nedim <nedim.tokic@secomind.com>
@nedimtokic nedimtokic force-pushed the astarte-sdk-ignore-ssl-errors branch from 24b434d to 148274b Compare February 12, 2025 08:00
Signed-off-by: Nedim <nedim.tokic@secomind.com>
@nedimtokic nedimtokic requested a review from harlem88 February 12, 2025 08:12
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.

Ignore SSL errors for HTTPS Requests
3 participants