Hi All,
We are using accept hosted payment form based on token. In our private network it is working fine with sandbox account.
But now when we moved to our public network we are not getting payment token from the authorize.net which is still working in private netowrk with same code and all same kind of stuff.
We are getting the response as a null that is only we thing we can figure out from the public network.
when we check java skd we found there are lots of log there in code so Just wanted to know where can i found all this log entry.
Anyone has any ide why the same code and same confiruation face the isse in public network.
How do we get the logs of the all the process performed in sdk ?
This is really a critical.
Appriciate if someone can help
09-15-2017 02:28 AM
My guess is that the something on the public server doesn't support making a client connection as TLS 1.2, whether that's the Java version installed or the OS-level crypto components.
Is the Java version the same on both servers? How about the OS version?
09-20-2017 11:32 AM