******** The U6 update is out with the fix. Woohoo ********
Updated from TrueNAS Core 12.0-U4.1 to U5 and dynamic DNS service now fails to start. The following error is logged to /var/log/messages:
"inadyn 6689 - - Error code 31: System has no trusted CA store"
Reverted my boot back to 12.0-U4.1 and it starts right up again.
Inadyn.conf as follows:
Seems like inadyn 2.5 is failing to detect the correct location of the file (/etc/ssl/cert.pem?)
Inadyn v2.8.1 has support for a "ca-trust-file" configuration option but we are only on v2.5 unfortunately.
Anyone else experiencing this?
Updated from TrueNAS Core 12.0-U4.1 to U5 and dynamic DNS service now fails to start. The following error is logged to /var/log/messages:
"inadyn 6689 - - Error code 31: System has no trusted CA store"
Reverted my boot back to 12.0-U4.1 and it starts right up again.
Inadyn.conf as follows:
Code:
period = 300
custom customProvider {
ddns-server = "MYCUSTOMDDNSSERVICE.com"
ddns-path = "/myddnspath?domain="
ssl = true
checkip-server = "checkip.dyndns.com"
checkip-ssl = "false"
username = "MYUSER"
password = 'MYPASS'
hostname = { "myhost.mydomain.com" }
ddns-response = "ipv4:"
}Seems like inadyn 2.5 is failing to detect the correct location of the file (/etc/ssl/cert.pem?)
Inadyn v2.8.1 has support for a "ca-trust-file" configuration option but we are only on v2.5 unfortunately.
Inadyn: man/inadyn.conf.5 | Fossies
inadyn.conf manual page - inadyn DDNS client configuration file
fossies.org
Anyone else experiencing this?
Last edited: