Skip to Content
0
Jun 09, 2020 at 03:28 PM

B1iF 2.0 Webservice Scenario with HTTPS

129 Views Last edit Jun 09, 2020 at 03:30 PM 2 rev

Hello experts. I designed an package on B1iF 2.0 in order to expose a REST WebService which will add data to a DataBase (no SAP). My package works perfectly but the client is requesting that the URL of the webservice should be HTTPs.

I have generated the self-signed certificate on the server following a PDF for the mobile scenario. At the end, I created a MyCA.cer file. The file was send to the other part that will consume the webservice. The problem is that I don't know where on my B1iF scenario package I should configure that the authentication should be done using this certificate. I also imported this certificate on the BizStore and checked that it's also on the Tomcat's KeyStore.

Furthermore, I just change the server.xml file in order to "deactivate" the http access and leave only the https one. On my scenario step, on the inbound/outbound node, on the "Authentication" field, don't know if I have to select one or the authentication will be done by the TomCat itself.