Server upgraded to 10.11.4 and server version 5.1 15S5127

Malcolm
Contributor II

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:

  1. 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

  1. 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

  1. Then CTRL + X to exit, Y to save, and Enter to exit.

  2. Restart websites service from GUI and also restart Tomcat following this kb article: https://jamfnation.jamfsoftware.com/article.html?id=117

2 REPLIES 2

CorpTech
New Contributor III

Would it makes sense to wait to update until there is a fix out for this?

bpavlov
Honored Contributor

@CorpTech it sounds like the post was basically sharing a fix.
@Malcolm to preserve special characters you might want to use the >_ button. So your post would look like this:

/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf

listen 80
listen 443
listen 8008
listen 8800
#listen 8443
listen 8843