- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-27-2022 01:39 AM
Hi Team,
We are facing an error in wildfire reports after updagrade to 10.0.8h4 . it says wildfire reports refuse to connect.
Please suggest any solution to check but if i updgrade to 10.1.3 it is working fine in mylab.
Regards
Chetan
03-18-2022 08:54 AM
Did you get any response from PA on this? For the first time ever, we got a hit in Wildfire for a file last night. But when trying to review the Wildfire report I am also getting a "refused to connect" error. Running version 9.1.12.
03-18-2022 09:41 AM
Digging thru the webcode, it appears to be something wrong in the javascript or firewall. The Wildfire Analysis Report tab tries to pull a file from:
hxxps://<firewall>/wf_report/private/wildfire.paloaltonetworks.com/443/xxx/panos/...
That then tries to redirect to:
hxxps://wildfire.paloaltonetworks.com/443/xxx/panos/report/9.0/<encoded string>
which fails with a file-not-found error. The URL is screwed up/not parsed correctly. Removing the "443/xxx/" you get the correct Wildfire report.
hxxps://wildfire.paloaltonetworks.com/panos/report/9.0/<encoded string>
I suspect the "xxx" is the failure point, something not parsed correctly in the javascript, which then fails to be interpreted in the firewall redirect.
04-01-2022 03:24 PM
I reproduced this issue in version 10.0.8-h4. After further searching, this is a known issue affecting version 10.0.8. As stated in the following KB, this issue was fixed in PAN-OS version 10.0.9.
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u0000004N9oCAE
04-01-2022 03:48 PM
Interesting, I can't even find that KB by searching the expected terms. The only relevant thing that comes up is this thread in the community forums. Looking at the 9.1 release notes I don't see anything about wildfire or iframe fixes either (though I don't see it in the 10.0.9 release notes either).
04-11-2022 10:11 AM
After opening a TAC case, this is apparently known issue PAN-183826 (doesn't show up in any Known Issues list). It also affects 9.1.x, in addition to 10.0, and is expected to be fixed in the 9.1.14 release.
05-20-2022 07:54 AM
I'm on 10.1.5 h2 and have same problem.
05-20-2022 10:13 AM - edited 06-05-2022 09:36 PM
9.1.13 was released a couple days ago. I haven't upgraded to it yet, but the release notes still don't show anything for PAN-183826, either fixed or known issue. Likewise, the 10.1 release notes don't have anything...
The ultimate problem is that the PA interface has security webcode to prevent opening iframes within the secure page. The Wildfire Analysis Report tab tries to show the Wildfire PDF report in an iframe... As a workaround you can extract the report URL from the iframe source code and open it in a new browser window.
05-20-2022 10:28 AM
I notice the same issue when going to help page from any ? icon, the left pane where the menu is, shows same behavior, "refused to connect" I've opened a TAC case. Restarting the management service did not resolve the issue.
06-02-2022 07:17 AM
Worked with TAC on 10.1.5 h2 the workaround provided below (using Chrome):
--> Navigated to Monitor->WildfireSubmissions->WildfireAnalysis Report
--> Right-click on it and select view frame source.
--> Remove the view-source from the URL
>> After completing the above workaround, we would be able to generate the report.
06-05-2022 06:39 PM
PAN-183826 was added to PAN-OS 9.1.14 release note.
https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-release-notes/pan-os-9-1-addressed-issues/pan-os...
PAN-183826 - "Fixed an issue where, after clicking WildFire Analysis Report, the web interface failed to display the report with the following error message: refused to connect."
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!