Reporting

Why does PDF server fail and give error message 396 Restricting Firefox?

rsimmons
Splunk Employee
Splunk Employee

2010-04-23 16:30:22,153 WARNING pdfhandler:396 - Restricting Firefox to following hosts only: *:53 10.128.11.67 2010-04-23 16:30:22,153 WARNING Restricting Firefox to following hosts only: *:53 10.128.11.67 2010-04-23 16:30:22,153 INFO pdfhandler:401 - Executing ['/opt/splunk/etc/apps/pdfserver/bin/firefox-x86_64/firefox', '-print',

Tags (1)
1 Solution

Johnvey
Contributor

This is the default security setting used by the PDF server and does not represent an error. The IP address 10.128.11.67 is the addressable IP address of splunkweb (that requests PDF services).

Users may choose to disable this security check in pdf_server.conf via:

# Uncomment to allow the server to render web pages other than those served up by 
# an instance of Splunk
# restrict_to_splunkweb = False

Users may also expand the list of allowed IPs by changing the following key in pdf_server.conf:

# IP addresses of Splunk appservers (or other servers) that the pdf server is
# permitted to query - Deaults to any IP
# Both IPv4 and IPv6 network declarations are supported
# appserver_ipaddr = 192.168.4.0/24,192.168.3.0/24

As a security best practice, these settings should generally not be changed.

View solution in original post

Johnvey
Contributor

This is the default security setting used by the PDF server and does not represent an error. The IP address 10.128.11.67 is the addressable IP address of splunkweb (that requests PDF services).

Users may choose to disable this security check in pdf_server.conf via:

# Uncomment to allow the server to render web pages other than those served up by 
# an instance of Splunk
# restrict_to_splunkweb = False

Users may also expand the list of allowed IPs by changing the following key in pdf_server.conf:

# IP addresses of Splunk appservers (or other servers) that the pdf server is
# permitted to query - Deaults to any IP
# Both IPv4 and IPv6 network declarations are supported
# appserver_ipaddr = 192.168.4.0/24,192.168.3.0/24

As a security best practice, these settings should generally not be changed.

Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...