Question
Cold Fusion 2023 Restrict access to SOLR web app to localhost on server with IPV6
I need to limited access to the SOLR web application to localost. The server it is running on has both IPv4 and IPv6 and in the jerrty/etc/jetty-ipaccess.xml in this section:
<Set name="white">
<Array type="String">
<Item>127.0.0.1</Item>
<Item>::1</Item>
</Array>
</Set>
When I add IPV6 I get a error when I try to restart jetty. So I cannot lock it down.
Any ideas?
