cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS Synchronization on Iphone

Former Member
2,663

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)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you very much re-compiling was the answer.

have a nice day.

Answers (2)

Answers (2)

jeff_albion
Advisor
Advisor

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.

Former Member
0 Kudos
  • 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.

Former Member
0 Kudos

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)

jeff_albion
Advisor
Advisor

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?