How to use a self-signed SSL certificate when developing with Trigger.io?

Posted by user610345 on Stack Overflow See other posts from Stack Overflow or by user610345
Published on 2012-09-04T20:57:57Z Indexed on 2012/09/04 21:38 UTC
Read the original article Hit count: 132

Filed under:
|
|
|
|

Our backend is in rails, and for several reasons the development environment has to be run with rails using a self-signed SSL certificate. This works fine on the desktop after manually trusting the certificate.

Using Trigger.io, we're developing a mobile application targeting iOS from the same backend. It would be ideal for us to be able to run the rails server with SSL (so we can compare the browser output) and still have the iOS simulator connect properly without complaining about invalid certs.

Production is using a proper ssl-cert, but what's the best way to set up the simulator?

© Stack Overflow or respective owner

Related posts about ios

Related posts about ssl