Quote:
Originally Posted by MACscr Is there not a per server or global option instead of having to always set this per domain?
Also, i have zmtlsctl mode set to https, yet its still giving out urls to shared contacts for example in http form. Why is that? |
Hi, check zimbraPublicServiceProtocol and zimbraPublicServicePort in your server config.
# su - zimbra
$ zmprov gs `zmhostname` zimbraPublicServiceProtocol
$ zmprov gs `zmhostname` zimbraPublicServicePort
Try setting both to https and 443
$ zmprov ms `zmhostname` zimbraPublicServiceProtocol https
$ zmprov ms `zmhostname` zimbraPublicServicePort 443