Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Summary
Workaround for WebInspect Proxy not loading WebSocket over HTTP.
Products
Fortify WebInspect
Environment
Fortify WebInspect
Situation
Recording a login macro does not fully load the website due to the WebInspect Proxy listening only on HTTPS for a WebSocket response. For example, this can happen with sites created with StreamLit Framework. This can also cause WebInspect scans to fail.
Resolution
A workaround for this is to modify the <Install Directory>\Fortify WebInspect\SPI.Net.Proxy.config to manually define this site as non-SSL.
<SSLTestOverride Regex="HOST:PORT" IsSSL="false" />
URL Name
KM000015801