lambda-watchtower
lambda-watchtower copied to clipboard
Add ignore SSL verification option
Hi All,
We are using watchtower to ping an internal service address to ensure the HTTPS service is running and returning HTTP code of 200.
Unfortunately, this server has a cert of subdomain.example.com associated with the HTTPS endpoint but we're trying to access it through https://app-srv01.domain.internal.tld instead.
Can we set a flag to ignore ssl errors?
Cheers.