I have a computer setup as my webserver running on http port 80. I have a server that is running zimbra and right now I have it running on port 81, But going to the login page I can only access it if its
http://my.domain.com:81 and not
https://my.domain.com:81 Code:
I have set zimbra to run on port 81 with: zmprov ms my.domain.com zimbraMailPort 81
Now I try and make it run on https on that port 81 but the page wont load.
Code:
I set the https with zmtlsctl https
the only way I can get it to work is by setting zmtlsctl http. I want it to run on https though and through port 81.
Or I just want to be able to run my webserver on http
and run zimbra on https. I must be overlooking something why zimbra wont work for me through https at the login screen.
I can access the admin page fine with
https://my.domain.com:7071
Thanks Nick