cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori trace with Fiddler for SSL Certificate error

0 Kudos

Hi,

Do you know how to use Fiddler as a proxy to review Fiori launchpad SSL certificate error while using X.509 certificate-based authentication?

Accepted Solutions (1)

Accepted Solutions (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Suresh,

While using Fiddler, be sure to enable the HTTPS traffic monitoring, using menu Tools -> Fiddler Options...
In tab "HTTPS" select:
Capture HTTPS CONNECTs
and
Decrypt HTTPS traffic

Then you can examine the content of the traffic.

If you are using the SAP Web Dispatcher, you should also set:

- trace level to 3

- icm/trace_secured_data = 1

Then pay attention to the CommonCryptoLib messages (SSL-related messages).

The same should be used in the ICM, so you have all covered (browser with Fiddler and server(s) too).

Regards,

Cris

Answers (0)