Hi All,
I am working on an app that requires some communication with a credit card processing firm. This must be done over a https protocol.
It works on the test web site (external with SSL activated), but how is it best for me to make the development machine have SSL capabilities, so I can test the app from that machine, and not have to deploy to the test web site for initial testing?
Thanks
Tony