Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K 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.
-