cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Support for ME Client

Former Member
0 Kudos
347

Hi,

Despite meeting all the prerequisites like

1. Configuring J2EE Engine for SSL Support.

2. Copying jsse.jar, jcert.jar & jnet.jar files to ..\SAPMobileEngine\Ext2\lib

I am unable to establish a https conection between the mobile client (my laptop) & the server.

The https connection on the J2EE Server otherwise functions without any problem.

The Gateway setting

https://<Server>:<Port>/meSync/servlet/meSync?~sysid=<XYZ>&;

returns a failure message that a connection could not be established.

Any idea where the bug lies.

Regards

Meesum

Accepted Solutions (0)

Answers (4)

Answers (4)

stefan_schwing
Active Participant
0 Kudos

Hi , apart from copying the 3 jars, do those jars also exist as entries in the file called 'listOfJars.txt'? (see http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/devonme/me_classloader...

There is also a note talking about it : 580497

Additionally, which JDK are you using ? Cheers, Stefan

Former Member
0 Kudos

Hi Arvind,

i did the same (config J2EE and copying three JAR files) but I am getting this error (SSL implementation not available):

-


• Synchronization started.

• Connection set up (without proxy) to: https://<server>:50201/meSync/servlet/meSync?~sysid=DME&;

• Connection to server failed.

• Synchronisation problems: Transport-layer (http) sync exception raised (root cause: Exception while synchronizing (java.net.SocketException: SSL implementation not available))

-


Former Member
0 Kudos

Hi,

In your Mobile.Config file check for these entries if they are activated or not.

MobileEngine.Security.SSLSupport = True/False <check>

MobileEngine.Security.HostnameVerifying = - do -

Otherwise the best way to do this is to verify on the marketplace.. service.sap.com/webas follow the installation guides there. It is the best way.

But i guess these are the only parameters which needs to be activated.. additional u can also enable them using other applications which is referenced by SAP.

Arvind.

Former Member
0 Kudos

Hi Meesum - Try using the host IP, it should go through...

Former Member
0 Kudos

Hi Meesum,

are you sure that you use the right port? The SSL port should be different from the http one.

Best Regards, alex

Former Member
0 Kudos

Hi Alex,

The port number is indeed correct.