Hi
I am trying to connect OSB 11g business service hosted on premise to AWS lambda hosted on cloud. AWS lamda forces https to be used. I did below configurations:
1. Added certificates in truststore as expected
2. Checked JSSE in WebLogic
3. Made hostname verification as none in WebLogic
4. Chunk mode of business service enabled
5. JSSE Negotiation flags made true/false in setDomainEnv.sh
6. Server restart
I continue to get handshake failure error. When I enabled tracing on business service, I could find buffer underflow comment in the trace logs.
With some inspection I came to below conclusion:
1. SHA256 algorithms are not working for OSB 11g SSL
2. Server Name Indication (SNI) is not supported by WebLogic and is mandatory by AWS
I can access the lambda over http just fine.
When I telnet AWS lambda IP from server over port 443, connection is just fine.
Anyone here faced similar issue?
Any workarounds can someone suggest?