- Contents
Interaction Web Tools Technical Reference
Non-SSL both for browser and CIC connection
-
Edit the config.js file located in the \htdocs\I3Root\js folder.
Locate the
ININ.Web.Chat.Configsection and then find the part that says"UseEncryption":true. Set the value tofalse. -
Edit the <apache install dir>\conf\httpd.conf file.
Uncomment the following lines:
LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.soAdd the following lines at the end of the file:
<Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /I3Root/Server1/ http://icserver:8114/ ProxyPassReverse /I3Root/Server1/ http://icserver:8114/ -
Restart Apache to implement the changes.
If it does not start, then check the app event log. It is easy to make a mistake editing these configuration files. If everything is correct and the page still loads with an error, try clearing the browser cache.

