How to implment SSL Certificates
We have implemented webservice security in BPEL 11g and we were successful with out ssl but when when we enabled ssl certificates on the weblogic server it doesnt work.
We have used below policies to implement basic user authentication before ssl implemented and we are calling from from one bpel process to another bpel process(I mean we are on the same server).
secured Webservice
------------------
oracle/binding_permission_authorization_policy
oracle/wss_username_token_service_policy
Calling webservice
--------------------
oracle/wss_username_token_client_policy
Now the question is which policies should we use if we enable SSL certificates on server and is there are any steps after enabling ssl certificates.