wait4x icon indicating copy to clipboard operation
wait4x copied to clipboard

Support self-signed certificates

Open mortymacs opened this issue 2 years ago • 1 comments

mortymacs avatar Jun 03 '23 12:06 mortymacs

Pull Request Test Coverage Report for Build 13765453334

Details

  • 39 of 71 (54.93%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 50.418%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/cmd/http.go 25 29 86.21%
checker/http/http.go 14 42 33.33%
<!-- Total: 39 71
Totals Coverage Status
Change from base Build 13764045733: 0.009%
Covered Lines: 1205
Relevant Lines: 2390

💛 - Coveralls

coveralls avatar Jun 03 '23 12:06 coveralls

@mortymacs Please fix the pipeline 😃

atkrad avatar Mar 06 '25 10:03 atkrad

@mortymacs Please fix the pipeline 😃

Done :)

mortymacs avatar Mar 06 '25 15:03 mortymacs

Thanks for this feature!

Unfortunately I don't really know how to use it, can you add an Example to the docs? Probably best under Detailed Usage > HTTP Checking

koelle25 avatar May 19 '25 08:05 koelle25

Thanks for this feature!

Unfortunately I don't really know how to use it, can you add an Example to the docs? Probably best under Detailed Usage > HTTP Checking

Hi, 😊

Good point! I'll go ahead and update the document. In the meantime, you can check out some examples here https://github.com/wait4x/wait4x/blob/main/internal/cmd/http.go#L96-L100

mortymacs avatar May 19 '25 09:05 mortymacs

@koelle25 As promised, I've just submitted a PR for it https://github.com/wait4x/wait4x/pull/418 :)

mortymacs avatar May 27 '25 08:05 mortymacs