Hi,
We use SAP FIM and BPC many times.
We setup http web service connection from guide -
SAP BusinessObjects Financial Information Management Supplement for SAP BusinessObjects Planning and Consolidation, version for SAP Netweaver,
our connection url -
http://BPCsrv:8000/sap/bc/srt/rfc/sap/ujo_ws_fim/120/ujo_ws_fim/ujo_ws_fim?sap-client=120
it works fine, but now our basis team want to disable http protocol for security reasons, and all must use only httpS protocol (44300).
I tried to modify web service url to https -
httpS://BPCsrv:44300/sap/bc/srt/rfc/sap/ujo_ws_fim/120/ujo_ws_fim/ujo_ws_fim?sap-client=120
but we getting error:
com.ctc.wstx.exc.WstxIOException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate).
Also I tried to modify FC, Intercompany web service, but when I add "S" to http url, I get error above.
Looks like FIM/Tomcat cannot use httpS. How can I resolve it?
Request clarification before answering.
Hi
We were getting the below SSL error after implementation SSL on FIM 10 and DS 4.2
No appropriate protocol (protocol is disabled or cipher suites are inappropriate).
Our issue resolved after adding TWO line in Tomcat --> Java configurations options
-Djdk.tls.client.protocols=TLSv1.2
-Dhttps.protocols=TLSv1.2,TLSv1.1,TLSv1 in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.