Oracle Wallet is container/repository to store credentials like certificates, certificate request and private keys, and used if you wish to enable HTTPS. * Oracle Wallets can be stored either on file system or LDAP Server (like OID) Managing Wallets: You manage Oracle Wallets using Oracle Wallet Manager (owm – java based application). OWM is executable […]
Read MoreIn order to Understand SSL in Oracle Applications 11i & R12 lets first understand Components in Apps which can listen for SSL Requests ——————————————— 1. Load balancer (if you have one between clients and oracle apps) 2. Web Server (11i web server built on Oracle Apache) 3. Form Server(If forms are configured for Forms Listener default […]
Read MoreSSL Configuration on Web Server broad level Steps 1.1 Create Certificates Using openssl (You can try OWM Oracle Wallet Manager as well) 1.2 Change Context File parameters mentioned in previous post mentioned above 1.3 run Autoconfig 1.4 Test Application For detailed stesp by step guide for implementing SSL on E-Business Suite follow Metalink Note # […]
Read MoreWhat happens when we enable SSL in Oracle Web Server ? I am assuming that SSL is already enabled at web server , so you type url with protocol as https (where s stands for Secure ), web server understand that this is SSL request so Web Server sends its certificates back to client stating […]
Read MoreToday I am going to cover overview of SSL & various components of oracle Apps in which you can configure SSL. If you encounter any Issues or got any doubts w.r.t. Oracle Applications create a Thread in Oracle Apps Forum at http://teachmeoracle.com/forum What is SSL ? SSL stands for Secure Socket Layer which is protocol […]
Read More