Security

Mobile Access Server - Invalid APN

imanpoeiri
Communicator

Hi Experts,

I setup Mobile Access server version 2.0.1 in Windows and Linux. However, the connection to APNs is invalid for both.
Any idea whether any additional setting/certificate needed to make it work?

0 Karma

sni_splunk
Splunk Employee
Splunk Employee

the connection to APNs is invalid for both

This means the servers in your network cannot reach APNs. To talk to APNs, port 2195 for gateway.push.apple.com should be accessible from your server. To test your network, you can use netcat, telnet or openssl client. For example:

1) Use netcat to test the connection:

nc -zv gateway.push.apple.com 2195

It should report something like "Connection to gateway.push.apple.com port 2195 [tcp/*] succeeded!”

2) Use telnet to test the connection:

telnet gateway.push.apple.com 2195

It should report something like "Trying 17.143.164.13… Connected to gateway.push-apple.com.akadns.net"

It is probably the firewall in your network prevents your servers from talking to APNs gateway and makes the connection invalid. If you can confirm this is a network problem, you can configure your firewall to make the connection back to work.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...