Upgraded our mac pro server 10.11.4 and server version 5.1 15S5127
install went swimmingly, but the server upgrade did affect the port 8443 for JSS again
fixed this by doing the following:
- Open up terminal on the JSS hosted server run the command: sudo nano /Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
It will looks like:
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
listen 80
listen 443
listen 8008
listen 8800
listen 8443
listen 8843
- We would want to comment out the port 8443:
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
listen 80
listen 443
listen 8008
listen 8800
listen 8443
listen 8843
Then CTRL + X to exit, Y to save, and Enter to exit.
Restart websites service from GUI and also restart Tomcat following this kb article: https://jamfnation.jamfsoftware.com/article.html?id=117
