This document specifies the firewall configurations required to enable the Unimarket Connector. These settings ensure secure communication between your internal systems and the Unimarket platform for integrations (e.g., Purchase Orders, Invoices, and User synchronization).
General Configuration Notes
- Wildcard Notation: The
*in the URLs below refers to your specific community domain (e.g.,https://university.unimarket.com). - Protocol Recommendation: While HTTP is supported on specific ports, HTTPS (TLS) is strongly recommended for all traffic to ensure data security.
- Directional Definitions:
- Inbound: Traffic originating from Unimarket and sent to your local Connector/Server.
- Outbound: Traffic originating from your local server and sent to Unimarket.
DEMO / TEST Environment
Use these settings for your initial integration testing and User Acceptance Testing (UAT).
| Category | Detail |
| URL | *.unimarket-demo.com |
| Inbound IP (Unimarket → Customer) | 35.224.103.99 |
| Inbound Ports | HTTP: 9080 / HTTPS: 9443 (Recommended) |
| Outbound IP (Customer → Unimarket) | 35.227.211.230 |
| Outbound Ports | HTTP: 80 / HTTPS: 443 (Recommended) |
| SSL Certificate | unimarket-demo.com.crt |
Demo API Integration Points
Specifically for payments, users, and approval hierarchy (Outbound traffic only):
- URL:
api.unimarket-demo.com - Outbound IP:
35.190.82.104 - Outbound Port:
443(Only)
Production Environments
Please configure the rules corresponding to your specific geographic region.
US Production
- URL:
*.unimarket.com - Inbound IP (Unimarket → Customer):
35.224.36.200 - Inbound Ports: HTTP:
8080/ HTTPS:8443(Recommended) - Outbound IP (Customer → Unimarket):
35.227.207.217 - Outbound Ports: HTTP:
80/ HTTPS:443(Recommended) - SSL Certificate:
unimarket.com.crt
NZ Production
- URL:
*.unimarket.co.nz - Inbound IP (Unimarket → Customer):
35.197.168.186 - Inbound Ports: HTTP:
8080/ HTTPS:8443(Recommended) - Outbound IP (Customer → Unimarket):
35.227.246.185 - Outbound Ports: HTTP:
80/ HTTPS:443(Recommended) - SSL Certificate:
unimarket.co.nz.crt
AU Production
- URL:
*.unimarket.com.au - Inbound IP (Unimarket → Customer):
35.197.165.198 - Inbound Ports: HTTP:
8080/ HTTPS:8443(Recommended) - Outbound IP (Customer → Unimarket):
35.227.235.35 - Outbound Ports: HTTP:
80/ HTTPS:443(Recommended) - SSL Certificate:
unimarket.com.au.crt
Troubleshooting & Verification
- Connectivity Test: You can verify the outbound connection, by attempting to reach the Unimarket URL via
telnetorcurlon the specified ports, from your application server. - SSL Handshake: Ensure that your local trust store includes the appropriate Unimarket root and intermediate certificates, to avoid handshake failures during integration.
- IP Whitelisting: If your firewall uses Deep Packet Inspection (DPI), ensure the IPs above are explicitly whitelisted to prevent the disruption of XML/B2B traffic.