On This Page
HTTPS with Java Clients
The following instructions will help you to 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 the following properties within the Java SDK:
- serverURL=https://ics2.ic3.com:443/This tells the SCMP client to use an HTTPS connection.
- useJdkUrlConnection=trueThis tells the SCMP client to use the JDK URL Connection. This is required for HTTPS to run.