Hello,
I have installed SMART Connect 7.5.7 on a local server (Apache + Tomcat, behind HTTPS with a valid SSL certificate). SMART Desktop 7.5.10 can reach the Connect server URL, but when I try to log in or sync data, I consistently receive an HTTP 403 Forbidden error.
Steps I have already taken:
- Verified that the user in SMART Connect has all available actions assigned.
- Confirmed that the SSL certificate is valid and the reverse proxy (Apache to Tomcat AJP) is working.
- Tested the API endpoint directly via browser (https://mydomain.com/server/api/) → it also returns 403 Forbidden.
- Apache error logs show
client denied by server configurationfollowed by 403.
Questions:
- Is there any specific permission or action in SMART Connect that must be enabled for API access from SMART Desktop?
- Where can I find the detailed Connect logs to understand why the request is being denied?
Any guidance would be greatly appreciated.
Thanks in advance!