Replies: 1 comment
-
It was due to SELinux blocking. Case closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a LUA record using the ifurlextup function.
There is a HTTP application running on the same server as PowerDNS, hosting the URL - https://127.0.0.1:5000/check/<probe_ip>/ which will return HTTP code 200 if the probe IP is ICMP reachable, else HTTP code 404.
The LUA records is created as below:
lua.records LUA A "ifurlextup({{['192.168.1.1']='https://127.0.0.1:5000/check/192.168.1.1/',['192.168.2.2']='https://127.0.0.1:5000/check/192.168.2.2/'}})"
But, I am seeing the errors:
I can confirm the HTTP application is working, as I am able to curl the URL and got the intended response.
But, none of the pdns healtcheck request is observed on the HTTP application.
How can I troubleshoot further ?
Beta Was this translation helpful? Give feedback.
All reactions