Feedback

  • Contents
 

Non-SSL both for browser and CIC connection

  1. Edit the config.js file located in the \htdocs\I3Root\js folder.

    Locate the ININ.Web.Chat.Config section and then find the part that says "UseEncryption":true. Set the value to false.

  2. 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.so
          

    Add 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/
          
  3. 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.