- Contents
PureConnect Reporting Technical Reference
Internet Enabled Reporting need to bypass Certificate checking if SSL/TLS is not enabled
By default, the certificate checking is disabled [BypassReportingProxyCertificateCheck = true]
To enable certificate validation for websocket connection set [BypassReportingCertificateCheck = false] in ICBusinessManager.exe.config:
<configuration>
<appSettings>
<add key="BypassReportingProxyCertificateCheck" value="false"/>
</appSettings>
</configuration>
Alternatively, this can be set in Registry, under Current User or Local Machine as follows:
- Registry path: HKEY_CURRENT_USER\SOFTWARE\Interactive Intelligence\CommonApplication
DWORD (32 bit) value: BypassReportingProxyCertificateCheck Value: 0
-
Registry path: HKEY_LOCAL_MACHINE\SOFTWARE\Interactive Intelligence\CommonApplication
DWORD (32 bit) value: BypassReportingProxyCertificateCheck Value: 0

