carandraug wrote:I found that to be a bit odd. Even though the specified port is 4064, it then actually uses port 4063 (ice-router non encrypted).
Correct. Currently the lock icon decides whether or not OMERO.web (acting as a client of OMERO.server) drops from SSL to TCP when communicating. This isn't a user concern and should be removed:
https://trello.com/c/sc79fkLw/58-drop-lock-icon-in-webI have read on omero documentation about notes on performance as the reason for why. How much of an issue is this really? Are there any measurements done?
I don't have any numbers though they should be fairly easy to come up with. I have experienced the slowness (or more specifically the CPU use!) of doing a tight loop over an SSL connection to OMERO. This matches my expectation, so I've likely never taken this further. Happy to have it proven that the SSL overhead is negligible.
Cheers,
~Josh