Addresses and Certificates
Snapshot, Stream or Container SDK
IP Addresses
Platerecognizer servers for license validation use the following IPs and ports 80
and 443
.
- IP of api.platerecognizer.com:
69.164.223.138
- IP of app.platerecognizer.com:
172.104.25.230
If your firewall also blocks public DNS resolvers, include this option to your run command:
--add-host api.platerecognizer.com:69.164.223.138
Snapshot/ParkPow Cloud Images
Images uploaded to our services are hosted on *.linodeobjects.com
. Fox example, us-east-1.linodeobjects.com (IP: 173.255.231.96).
Custom Root Certificates
If your company inspects TLS connections in the corporate network, so original certificates are replaced by your company certificates.
You need to add your company CA certificate to the docker container's root CA certificates by including these options in the run command:
-v <company-preconfigured-CA-certs>:/etc/ssl/certs/ca-certificates.crt
-e REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
Replace <company-preconfigured-CA-certs>
with your CA certificates, Typical CA certs locations:
/etc/ssl/certs/ca-certificates.crt
Debian/Ubuntu/Gentoo etc./etc/pki/tls/certs/ca-bundle.crt
Fedora/RHEL 6/etc/ssl/ca-bundle.pem
OpenSUSE/etc/pki/tls/cacert.pem
OpenELEC/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
CentOS/RHEL7/RHEL8
ParkPow
IP Addresses
- IP of app.parkpow.com:
45.79.136.82
Docker Registry
For downloading and updating Docker images. These are Docker images (virtual machine templates) and not snapshots (jpg files).
IP Addresses
The Base URL is https://registry-1.docker.io/ There isn’t a published list of IPs that the official registry uses. They aren’t guaranteed to stay the same and aren’t guaranteed, unfortunately.