gatus/client
I-HSIN Cheng 5c5a954b68
fix(tls): Honor client.insecure when doing TLS checks (#547)
* fix(watchdog): Add functions to avoid dangling file descriptors

* Change function name and add comment under core/endpoint.go
- change the function name of CloseHTTPConnection() to Close()
- add some comments above Close() function

* Update core/endpoint.go

* Update core/endpoint.go

* fix(client): Honor client.insecure when doing TLS checking
* add features in client/client.go to enable client.insecure when doing TLS checking

---------

Co-authored-by: Richard Cheng <richard_cheng@trendmicro.com>
Co-authored-by: TwiN <twin@linux.com>
2023-08-08 22:17:26 -04:00
..
client_test.go feat(connectivity): Allow internet connection validation prior to endpoint execution (#461) 2023-05-02 22:41:22 -04:00
client.go fix(tls): Honor client.insecure when doing TLS checks (#547) 2023-08-08 22:17:26 -04:00
config_test.go refactor(client): Clean up client dns resolver 2022-06-13 20:35:51 -04:00
config.go chore: Improve oauth2 configuration error 2022-12-15 23:25:37 -05:00