what I did was configure an apache2 reverse proxy ignoring the certificate validation, now I want to try with nginx. Here is my configuration.<VirtualHost *:<LocalServerPortForServiceLayers>>ProxyPass / https://<SAPServerIP>:<ServiceLayersPort>/ conn...