cancel
Showing results for 
Search instead for 
Did you mean: 

Live Data Connection to SAP Universes

0 Kudos

Hello friends, I have a question. I'm trying to configure the connection to SAP universes through Live Data Connection (Direct Connection). For this I had to configure the "https" on my BO server. The question I have is whether it is mandatory to set up a certificate signed by certification authority because I did not do it like that and the loading of universes unx does not work properly, I only configured the https but did not send to sign the certificate to a certification authority.

Can you please guide me?

Thanks

Kind Regards

Victor

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Victor,

Were you able to figure this out?

Accepted Solutions (0)

Answers (3)

Answers (3)

julian_jimenez
Active Contributor

Hi Victor,

You always need a valid certificate for your browser:

  • Apache (Reverse Proxy), so your browser doesn't complain every time your users connect to the URL
  • Tomcat (CORS): Direct Connection uses two connections, one to SAC (HTTPS) and the second one to Tomcat (also HTTPS). It won't work if Chrome doesn't trust automatically the connection to Tomcat. In KBA https://apps.support.sap.com/sap/support/knowledge/public/en/2482807 we explain that behaviour.

If you have an internal certificate authority and your computers have its root certificate installed, you can sign the certificate in Tomcat using that Certificate Authority.

Regards,

Julian

rpuranik
Participant
0 Kudos

Hi Julian,

I believe I have a SAP ticket open with you on this?

I have 1 tomcat server where CORS is configured and I have BOE/CMS installed on another server. The connectivity setup in the SAP analytics cloud is all working fine. I followed all the steps mentioned here

When I try to create a Live connection to universe I keep getting "Failed to connect" error.

What am I missing? All the KBAs I have come across related to this error are for SAP HANA or reverse proxy. I am just trying to setup live connection to SAP universe and we don't have reverse proxy.

Any help on this would be much appreciated.

Thanks!

TammyPowlas
Active Contributor

Hello Victor - please check the SAP Guided Answers at https://www.sapanalytics.cloud/guided_playlists/connect-sap-universe-live/

"

  1. Set the connection type to:
  • Direct, if you aren’t using reverse proxy, then specify the BI Tomcat Server’s Host and HTTPS port below that
  • Path, if you have configured a reverse proxy and enter the Path Prefix “/<PATH>” value defined during reverse proxy setup

"

Source: SAP

Good luck,

Tammy

0 Kudos

Thank you very much for the answers. I will review what you indicate and I will tell you the results.

Kind Regards

Victor

Matthew_Shaw
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you're using a reverse proxy (which will need a PATH connection) then in apache's httpd.conf if you add

## next 3 lines only needed if using self-signed certificates and you are not using SSL 2.4
##      Otherwise remove (comment them) to allow the remote server certificate's 
##      CN field is compared against the hostname of the request URL
##      PeerExpire checks the certificate has not expired

SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off

This will allow your reverse proxy to work against a local Tomcat machine talking SSL that has a non-signed certificate. Your browser will still be prompted to trust the certificate, unless you get it signed by a Certificate Authority

Regards, Matthew

PS for universe connectivity with SAC, I'm developing a wiki site dedicated for it

0 Kudos

Hi Matthew,

Thanks for your reply but I´m not using a reverse proxy. I´m using a direct connection (CORS).

Best Regards

Victor