The provided URI scheme https is invalid expected http
Article # 3035182 - Page views: 239
Issue
When trying to add KAFTA to the TotalAgility (KTA) navigation menu I get an error regarding URI scheme.
Cause
This can be caused by a mismatch in the bindings in the web.config
Solution
If both Insight and KTA are configured for SSL:
Check the \\TotalAgility\Agility.Server.Web\Web.Config "BasicHttpBinding_InsightDataService"
It should be configured for SSL i.e. security mode = transport:
Steps to make the changes:
- Make a backup of the configuration file \\Kofax\TotalAgility\Agility.Server.Web\Web.Config
- Uncomment/update the section as shown in the screenshot above to use HTTPS SSL
- Save the configuration file
- Restart IIS
Note
This error can also occur if KTA is configured for SSL and Insight isn't (or vice versa)
The web.config should be updated accordingly to relfect the correct bindings for the KTA/Insight installation
Use Security Mode = TransportCredentialOnly for a HTTP installation
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax TotalAgility | v7.x |
Article # 3035182