Hi @jkat54 ,
I have a very simple health check that returns "ok" simple curl works fine with
HTTPSConnectionPool(host='myhost', port=8041): Max retries exceeded with url: /local/check (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Doing
| curl method=get uri=https://myhost:8041/local/check debug=t
Any Ideas? Thanks Chris
I think I figured this out. This is an obscure error for not able to connect to the host.
Please accept your answer since you found your own solution 🙂
I believe this python error advises it cannot find the hostname/resole the hostname in question