Hello guys,

we are having an issue with the encryption of the synchronization with MobiLink. The version we are using is .

The setup is the following:

iOS client <-1-> Reverse Proxy <-2-> Load Balancer <-3-> MobiLink

(1) and (2) are successfully encrypted and the sync works fine if (3) is http, but if we switch to https, we get the following error when the user is synchronizing:

I. 2019-09-12 16:41:29. <Main> Started RTNotifier 'RTNotifier1'
E. 2019-09-12 16:45:22. <Main> [-10117] Stream Error: Error parsing certificate
E. 2019-09-12 16:45:22. <Main> [-10060] Memory allocation failed

We start the mobilink server the following way:

mlsrv17 -c DSN=somd;uid=SAPSOMSA1;pwd=xxxxxx -ot D:\som\logs\ml\development.txt -vcfhmostU -os 20m -sl java(-cp D:\som\java;D:\som\java\jackson.jar;D:\sam\java\jackson-databind.jar)  http(port=3439) -x https(port=443;Identity=D:\SW\Certificates\wl-som1-01.id;Identity_Password=xxxxtrusted_certificate=D:\SW\Certificates\WL-SOM1-01.cer) -x tcpip(port=2439) -zs som

Any idea how to troubleshoot this problem?

Thanks and best regards, Alex

asked 24 Sep '19, 03:42

Alexander%20Ilg's gravatar image

Alexander Ilg
346272739
accept rate: 50%

Could it be something similar to this problem? E.g. your certificate has something what SA doesn't like: https://sqlanywhere-forum.sap.com/questions/29394/sa17-certificate-error

How did you generate the certificate? Have you tried using the utility createcert that is shipped with SA?

(24 Sep '19, 04:28) Vlad
Replies hidden

What version of MobiLink are you using and did this certificate work in older versions?

(25 Sep '19, 11:39) Reg Domaratzki

> did this certificate work in older versions?

(26 Sep '19, 08:08) Breck Carter
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×46
×24

question asked: 24 Sep '19, 03:42

question was seen: 1,010 times

last updated: 26 Sep '19, 08:08