I use a normal java program for posting data to an url and get result from the url. I have used java.net.url api's to connect to the url and post the data. This works fine for protocol http and port 80 but on using https and port 443, i get errors and not able to proceed further.
Later i got the client and server certificates and the .pfx key, but i donot have complete idea how to use these in my program. I have done some googling and tried to solve it but this was not helpful.
Can you please suggest how do i proceed on this. I required the solution to be supported in java 1.2 version.
I could be greatful to get your support on solving my problem.