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

Add SSL Certificate Support #5

Open
le91688 opened this issue Jun 21, 2023 · 0 comments
Open

Add SSL Certificate Support #5

le91688 opened this issue Jun 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@le91688
Copy link
Contributor

le91688 commented Jun 21, 2023

Title: Add SSL Certificate Support and Remove InsecureRequestWarning Ignore

Description:

As part of our commitment to promote secure practices, we need to ensure our application supports SSL (Secure Sockets Layer) certificates for secured connections. Currently, our application ignores certificate warnings (urllib3.exceptions.InsecureRequestWarning), which is not ideal from a security standpoint.

Adding support for SSL certificates will increase the overall security of our application and show our commitment to user data privacy and security.

Tasks:

  1. Remove the urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) line from the code.
  2. Add functionality to support SSL certificates.
  3. Validate the SSL certificate support with various scenarios and certificate types.
  4. Update any related documentation to reflect the added SSL certificate support.

Acceptance Criteria:

  • The application no longer ignores InsecureRequestWarning.
  • The application successfully supports SSL certificates.
  • The new functionality is validated and tested in different scenarios.
  • The documentation is updated to reflect the introduction of SSL certificate support.
@le91688 le91688 added the enhancement New feature or request label Jun 27, 2023
@le91688 le91688 changed the title SSL Cert support Add SSL Certificate Support Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant