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

fix(tls): add test for insecure flag #942

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pnikonowicz
Copy link

adds tests to complement work done in
#547

it was rumored that tls insecure was not working,
although tls insecure appears to be working fine,
no test was found originally.

this adds a test to ensure that tls insecure works as expected. the domain badssl.com is used to
verify that the insecure flag works as expected

Summary

address issue #932

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

adds tests to complement work done in
TwiN#547

it was rumored that tls insecure was not working,
although tls insecure appears to be working fine,
no test was found originally.

this adds a test to ensure that tls insecure works
as expected. the domain badssl.com is used to
verify that the insecure flag works as expected
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.81%. Comparing base (83a555e) to head (64ad34a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #942      +/-   ##
==========================================
+ Coverage   75.75%   75.81%   +0.06%     
==========================================
  Files          72       72              
  Lines        6649     6649              
==========================================
+ Hits         5037     5041       +4     
+ Misses       1308     1305       -3     
+ Partials      304      303       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TwiN
Copy link
Owner

TwiN commented Dec 22, 2024

@pnikonowicz I had no idea badssl.com was a thing.
Your contribution is very appreciated! 🙇

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.

2 participants