Hi,
I use heartbeat to monitor an URL, that is redirected to another.
The configuration is:
- type: http
urls: ["https://www.123-usability.de"]
max_redirects: 20
ssl.verification_mode: none
check.response.status: 200
# Configure task schedule
schedule: '@every 10m'
name: "TIC_URL_Check-www.123-usability.de"
The domain is seen as down and I get the following error:
Get https://www.t-systems-mms.com/: read tcp 192.168.58.70:54188->3.124.154.62:443: read: connection reset by peer
I tried it also with the option headers: "'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0'", to no avail.
What can I do, is there a special option I missed?
Best regards,
Robert