Hello, I was working with a FortiNet engineer a while back and while he
was bouncing around the GUI he showed me a graph that showed how many
packets were being scanned with DPI (versus total packets). I have never
been able to find my way back to th...
Thanks Graham, I'll give that a try.I'm starting to believe that it
might have been on a FortiCloud Summary Report. Top Application
Categories, unscanned packets.
Graham, I *believe* that it was on the FortiGate itself. But it was a
while back, so not positive. The "end in mind" is to just prove to
myself (and the customer) that DPI is actually opening encrypted packets
and inspecting payloads. Has to be a way...
Ken, This thread is talking about one specific scanning issue,
[link=https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options]X-Frame-Options[/link],
[link=https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection]X-...
I know that this thread is old, but I just had the same issue in version
6.2.3. The issue is that the scanner is expecting that the SSL Cert is
protecting a web server. And that the web server should/could add in the
x-headers that the scanner is exp...
All, Okay, I was able to *finally* work my way through to a working
example. Download the WSDL and set up a web reference to it. using
System.Net; using System.Net.Security; using
System.Security.Cryptography.X509Certificates; using
FortianalyzerAPI....