Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi,

i have to make HTTPS Synchronization with all Android ,Blackberry and iPhone.

i got the first two to work thanks to this tutorial here ,now i'm still stuck with iPhone and can't handle properly the communication between the device and Mobilink server ,i'm using createcert to get my certificates (it does work as a charm with both Android and Blackberry)

an example or a hint would be appreciated,thanks in advance.

(sorry for my english)

asked 08 Nov '12, 12:17

pacificateur's gravatar image

pacificateur
16115
accept rate: 50%


Thank you very much re-compiling was the answer.

have a nice day.

permanent link

answered 23 Nov '12, 04:10

pacificateur's gravatar image

pacificateur
16115
accept rate: 50%

edited 23 Nov '12, 04:13

Which build of UltraLite are you using? Where is your MobiLink server located - is it on a Mac OS machine also, or is it on another OS (Windows / Linux?)

If you're only seeing handshake errors at this point, I suspect you may be running into CR #703801, fixed in 12.0.1.3715.

permanent link

answered 08 Nov '12, 12:26

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

  • Build 12.0.1.3152

  • my MobiLink server is local for test purpose but when i get it to work i test on the remote one.

  • yes on a Mac OS machine.

  • yes its a Handshake error.

i'm going to update Sybase central tomorow and let you know ,thank you.

(08 Nov '12, 12:38) pacificateur

My Build now is 12.0.1.3797 and still experiencing the same handshake problem.

my stream params are : @"host=192.168.1.146;port=443;trusted_certificates=rsa_cert.pem;"

rsa_cert.pem is visible on the project build phases ,my Mobilink server is on windows but i'm developing in a Mac OS machine.

(iOS 6.0 tested on both simulator and device)

permanent link

answered 09 Nov '12, 04:06

pacificateur's gravatar image

pacificateur
16115
accept rate: 50%

edited 09 Nov '12, 04:40

1

My Build now is 12.0.1.3797

Did you re-compile the UltraLite libraries for this new version?

my Mobilink server is on windows

What happens if you move the MobiLink server to Mac OS, just for a quick test? Which OS did you run the createcert utility on?

(13 Nov '12, 15:36) Jeff Albion
Your answer
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
×20
×10

question asked: 08 Nov '12, 12:17

question was seen: 2,354 times

last updated: 23 Nov '12, 04:13