Administrator
|
There are different ways of implementing SSL in EBS.
You can offload it to the load balancer, or your can enable SSL in all the tiers (including middle tier + load balancer)
The choice is up to you.
Ofcourse, the best way is to enable a full path SSL. From load balancer to Middle tier.. From Middle Tier - to DB.
The main MOS notes for enabling SSL and setting up a proper Load balancer env are ->
Enabling SSL or TLS in Oracle E-Business Suite Release 12.2 (Doc ID 2143101.1)
Using Load-Balancers with Oracle E-Business Suite Release 12.0 and 12.1 (Doc ID 380489.1)
Read above notes, try to combine the things documented there to build your solution.
While going through these note, you may ask your questions accordingly.
|