HTTPS with Java Clients

These instructions help you transition your payment system to send and receive HTTPS Simple Order API transmissions using Java:
You must use Java 8 or later to implement this change.
Update JDK Properties
Update these properties in the JDK:
  • serverURL=https://ics2.ic3.com:443/
    This property triggers the SCMP client to use an HTTPS connection.
  • useJdkUrlConnection=true
    This property triggers the SCMP client to use the JDK URL connection. It is required for HTTPS to run.