Hi everyone,
I’m having some issues setting up PUSH tokens in my enviroment.
I can create the token, but when my endpoint (my android phone) tries to connect it gets the following error:
"
Sending public RSA key failed
Rolling out token PIPU0001B918 failed
Status Code 525
"
My phone pings the server with no issue.
We are running version 3.9.2, and since this is a test enviroment we are using the dummy subscription
Check in the Audit log, if the correct policies are used. You are using realm names in policies, this can be a reason for a different expected logic. I recommend to keep the poliicies as basic/simple as possible.
Most probably you do not have a valid certificate on your registraion url. Check if you have configure push_ssl_verify=0 in your enrollment poliy!
On your smartphone check if you can actually open the registration URL in your browser.