Skip to main content

Posts

Showing posts with the label SSL

Setup SSL Certificate for PayFlow Gateway in Weblogic 10.3

PayFlow Pro is a gateway provided by PayPal Inc for payment transactions, like credit card transaction. To use payFlow gateway in ADF application, you have to install the payFlow SDK from Paypal. You can find info in here . After installation of payFlow processor you can download the payflow Java Library and write codes to process the transaction. But before that, you have to set up the SSL on your server to make it work. The SSL is installed on your development server to recognize the PayFlow's transaction process server, therefore the SSL has to be installed into the trust keystore on the weblogic server. For test and development purpose, the SSL certificate can just added to the default existing keystore in Weblogic server. The steps are here: 1. download the SSL certificate that can recognize PayFlow server. It can be downloaded from either A or C link.The download link is here . 2. Use keytool command to import the certificate into the existing trust keystore for dev...