Troubleshoot: Difference between revisions

From MobileX for SageCRM
(Created page with " iOS error: "quoteEceededError: DOM Execption:22" Check are you in Private Browsing mode. This mode is not supported by this app.")
 
No edit summary
Line 3: Line 3:


Check are you in Private Browsing mode. This mode is not supported by this app.
Check are you in Private Browsing mode. This mode is not supported by this app.
----
Mix of SSL and http
You need to set the setting
 
  GatewayCRMPath
  EG 
  <add key="GatewayCRMPath" value="http://yourserver/crm/"/>
A typical error that we see that require this are
  -Could not create SSL/TLS secure channel
----

Revision as of 16:25, 25 October 2016

iOS error: "quoteEceededError: DOM Execption:22"

Check are you in Private Browsing mode. This mode is not supported by this app.


Mix of SSL and http

You need to set the setting

  GatewayCRMPath
 EG  
  <add key="GatewayCRMPath" value="http://yourserver/crm/"/>

A typical error that we see that require this are

 -Could not create SSL/TLS secure channel