Hello,
check the dwmachine.config file in the path C:\ProgramData\Docuware\ServerConfig the following line:
<Setting Key=“LocalWebServices” Value=“https://‘<servername>’/DocuWare/” Encrypted=“false” />
if the certificate is not valid you have to change '<servername>' by the url that gives valid certificate
<Setting Key=“LocalWebServices” Value=“https://‘<domainname>’/DocuWare/” Encrypted=“false” />
and if not, you can try removing the https and leaving :
<Setting Key=“LocalWebServices” Value=“http://‘<servername>’/DocuWare/” Encrypted=“false” />
Greetings.
Translated with DeepL.com (free version)