Views:

Behavior:
Microsoft Edge cannot establish a connection to DocuWare Desktop.

Solution:
There are several reasons that might cause such an issue. Please refer to the following solutions:

  1. Install all available Updates for Microsoft Edge:
    Ensure that your Microsoft Edge is operating on the latest version.

     
  2. DocuWare Desktop App or Desktop App Service is not started:
    This behavior can occur when either the Desktop Apps or the Desktop Apps Service has failed to start. To address this issue, the Desktop Apps and/or the Desktop Apps Service must be restarted.
    Please refer to 
    Installing and Connecting Desktop Apps for more on Desktop Apps and how to restart these software components. 

     
  3. Content within the browser cache:
    In some instances, browser cache history can prevent DocuWare Desktop Apps from establishing a connection. Please delete the browser cache and cookies, then reattempt to utilize DocuWare Desktop Apps.

     
  4. DocuWare Client is hosted using a self-signed SSL certificate:
    The root certificate has to be imported to the Microsoft Certificate Store.
     

     
  5. DocuWare Settings Service is not working properly (On-premise Only):
    If the prior solutions failed to resolve the described behavior, this may indicate that the DocuWare Service Settings are not working as intended. Please refer to the following articles to address this:
    • Known Issues - Web Configuration (Web Client Settings): KBA-34359
    • Error in login with token: 'ClientProtocolManagers are not specified': KBA-3470

KBA is applicable for Cloud and On-premise Organizations.

 
Comments (2)
  • Additionally, after a Windows 10 update, localhost may not be resolving correctly at all.  If you can access https://127.0.0.1:8091/ but not https://localhost:8091/ then you'll need to add (or uncomment) the following line (as administrator) in the following file

    File:
    %SystemRoot%\System32\drivers\etc\hosts

    Line: (make sure there is not a # in front)
    localhost  127.0.0.1
  • Then as administrator from command prompt:  ipconfig /flushdns