Good morning:
I had the same issue as you on Friday. This article, https://jamfnation.jamfsoftware.com/discussion.html?id=59. helped tremendously. Specifically, the first paragraph of the response by jason.vanzanten. Talks about enabling certificates in your JSS.
I am having issues with the new verb added. I can't seem to get it to work. I'm pretty much relegated to a recon to push the profiles onto the client. Still hashing through though.
Hope this helps.
Clay
Good morning:
I had the same issue as you on Friday. This article, https://jamfnation.jamfsoftware.com/discussion.html?id=59. helped tremendously. Specifically, the first paragraph of the response by jason.vanzanten. Talks about enabling certificates in your JSS.
I am having issues with the new verb added. I can't seem to get it to work. I'm pretty much relegated to a recon to push the profiles onto the client. Still hashing through though.
Hope this helps.
Clay
Good morning:
I had the same issue as you on Friday. This article, https://jamfnation.jamfsoftware.com/discussion.html?id=59. helped tremendously. Specifically, the first paragraph of the response by jason.vanzanten. Talks about enabling certificates in your JSS.
I am having issues with the new verb added. I can't seem to get it to work. I'm pretty much relegated to a recon to push the profiles onto the client. Still hashing through though.
Hope this helps.
Clay
Oops sorry for the double post guys.
Maybe head to a 10.7.2 machine, open up terminal and run
sudo jamf manage -verbose
I had an issue with the certificate on a few, this proved it that there was a problem, then remove JAMF and reinstall with a new quickadd package.
Thanks for your help @clay7331 @rpotvin.
I get an internal error when the profile installs so I've bounced it onto JAMF Support hopefully we can work together to resolve it
S.
Just in case this will help someone else....
After getting some help from JAMF Support we found out that we had to replace the Web Certificate
- Navigate to Settings > General Settings > Server Configuration
- Click on the link for "Replace with certificate from the JSS's built-in CA"
- Restart Tomcat with the steps on the following page:
https://jamfnation.jamfsoftware.com/article.html?id=117
...then test that we're able to communicate with Apples Push Notification system by using the command...
telnet gateway.push.apple.com 2195
...from the server running the JSS
We had to open the port on the Firewall
SIXFoot5ins - This solution you posted worked for me - the trick I think I forgot was to restart Tomcat. Thanks!