Verifying your PingID installation
Before performing the post-installation steps, verify the successful installation of PingID.
Steps
-
Run the binary
pingid_fc
-
Confirm that you get the pairing instructions.
If there are any problems with the installation, check the log files to identify the problem.
The location of the log file is defined in the configuration file. For more information, see PingID SSH configuration file parameters.
-
Verify connectivity to the PingID server.
Choose from:
-
For US accounts:
curl -I https://idpxnyl3m.pingidentity.com/pingid/heartbeat
-
For EU accounts:
curl -I https://idpxnyl3m.pingidentity.eu/pingid/heartbeat
-
For Australian accounts:
curl -I https://idpxnyl3m.pingidentity.com.au/pingid/heartbeat
The actual host name can be found in the
pingid.properties
file.
-
-
Confirm that you get a 200 response.
-
If the connection fails, make sure that the outbound connection to host and port
443
are open on your system’s firewall.