Comments
-
Hmm, interesting. Good idea, I'll give it a try.
-
The basic issue is all these new IoT devices that try to do HTTPS connections and fail because they have baked-in certs they expect to see, and they have no way to add new trusted certs. My working solution has been to assign all devices I want to scan to an include list, select exclude none, include that list. Really a…
-
Ok, given no responses and some random testing, it appears that exclude/include are really separate lists with no logical connection. For example, if I do the above, exclude everything then include some 'overrides', nope, the exclusion doesn't allow inclusion overrides. But, if I set exclusion to the default 'None', then I…