Tag Archives for " ssl "

How to configure SSL for OAM protected application

In this post I would like to talk about a requirement to access OAM 11g protected application in SSL mode. In my case the protected application is deployed in Tomcat Server front ending Apache Server. The application is protected using OAM 11g Apache WebGate 10g and it works pretty fine. Now the goal is make […]

Read More

Oracle Wallets – SSL/HTTPS OWM

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 More

SSL in Oracle Apps 11i / R12

In 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 More

Configure SSL or HTTPS for Oracle Apps 11i

What 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 More