Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
How to Perform Client SSL Certificate Authentication from PL SQL

Hi All -
We have a use case where we are integrating with one of the bank. We will be using rest services for integration & authentication will be OAUTH (2L). On top of 2L, bank wanted us to have Client SSL Certificate authentication as well.
We have been performing similar connections via UTL_HTTP for other integrations but never did Client SSL Certificate Authentication.
Can anyone suggest steps/sample code achieve client SSS Certificate authentication from database.
Thanks in Advance.
Best Answer
-
I'll assume you can make a HTTPS call so you have a wallet setup and know about ACLs. Here's one prior discussion on this topic I recall having
https://community.oracle.com/tech/developers/discussion/comment/16773526#Comment_16773526
My version works for 11.2 and prior and the answer by PaulZip works for 12c and later.
Answers
-
I'll assume you can make a HTTPS call so you have a wallet setup and know about ACLs. Here's one prior discussion on this topic I recall having
https://community.oracle.com/tech/developers/discussion/comment/16773526#Comment_16773526
My version works for 11.2 and prior and the answer by PaulZip works for 12c and later.
-