Connect - Troubleshooting Guide
Certificates - Troubleshooting
Connect - Website unreachable because service account "Connect" lacks read access to TLS certificate
Symptom:
When the ConnectServer Windows service is started under the dedicated service account "connect", the Web-UI returns "Can´t reach this page" from every local or remote browser.
Running the service as SYSTEM or adding "connect" to Administrators-Group resolves the issue, indicating a permission problem
Root Cause:
The service account "connect" could not read the private key of the TLS certificate.
Solution:
Open mmc.exe → Certificates (Local Computer) → Personal → Certificates
Locate the certificate used by "Connect" (issued to the server FQDN)
Right-click → All Tasks → Manage Private Keys …
Add → select the local user "connect", grant Read permission, OK
Restart the Connect service
Prevention / Best Practice
Always import the TLS certificate into the Local Machine store (not Current User)
Immediately grant Read access on the private key to the non-privileged service account.