Setting hosts via -Dhosts.0=*, -Dhosts.1=*, etc creates an OBJECT in HOCON (indexed entries), but rskj's schema expects LIST. Result: rskj warns and falls back to default whitelist (localhost only). Drop the hosts.X JVM properties entirely. The file /etc/rsk/node.conf already declares hosts = ["*"] which IS a HOCON LIST. Without the JVM override, the file value wins.
5.2 KiB
5.2 KiB