HiI am trying to get awarenes on iNotes, but it does not work.
Domino iNotes server is 8.5.2, Sametime is Standard 8.5.1 community server (classic meetings) on domino 8.5.1FP4.
I have followed documentation (I think) but do not see awareness in iNotes.
Users are connected to an internal Sametime server, in the LAN where mailservers are. In DMZ there is a iNotes server with a replica of users mailboxes, and this connects to a DMZ Sametime server. When logging in to DMZ Sametime server via a browser, I can see sametime presence of users on LAN Sametime server, so DMZ and LAN Sametime can see awareness of each others users.
When logging on to DMZ Sametime I can in the same browser session open iNotes without having to log on again. So SSO works.
I think the problem may be, that iNotes redirects to SSL (port 443), but DMZ Sametime runs om port 8088. In the iNotes console on the client I see messages like :
“Loading element script with src=https://name.domain.com/sametime/stlinks/hostinfo.js…”
also in the Java console it says
Connecting https://name.domain.com:443/ with proxy:DIRECT
So I think iNotes server is trying to get wareness on the DMZ Sametime server on port 443, but Sametime listen on port 8088.
The servers are open for communication through firewall on 80, 8088, 443, 1352.
How can I set the ports correctly? Or is it not a port problem?