Archived

This forum has been archived. Please start a new discussion on GitHub.

IceTouch IceSSL unable to open .der file

Sorry for bothering again,

I am implementing an SSL layer in my iOS application, and my dearest friend Xcode told me that
2013-07-29 10:01:21.246 SHCockpit[8210:c07] *** Terminating app due to uncaught exception 'Ice::PluginInitializationException', reason: 'EndpointI.cpp:133: Ice::PluginInitializationException:
plug-in initialization failed: IceSSL: unable to open file ca.der (error = -10)'

I generated this ca.der file from ca.crt, which is created by my self using openssl on another computer. Is this something I did wrong here?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Does it work if you instead use the cacert.der from the demo distribution? If it doesn't work something must be wrong with the build, the cacert.der file is possibly not copied correctly in the application bundle. I recommend that you checkout the hello demo Xcode project from the Ice Touch demo distribution to see how it is built.

    Cheers,
    Benoit.