I had downloaded the latest mobile- couchdb 2.0 and also the latest grocery demo app for iOS. I also signed up for a free CouchDB account with Cloudant.
I installed the mobile- couchdb as specified by the instructions and then used the following URL to connect to my database (but got replication errors): https://name:pass...@mysite.cloudant.com/grocerydb
When I replace https with http, the replication works correctly.
I am disappointed that https does not appear to work out of the box and I am not sure if the lack of https support is specific to mobile-couchdb or couchcocoa or specific to Cloudant.
I think it is insane to send passwords in the clear using http, especially if that password allows direct access to a distributed/replicated shared store such as couchdb.
Does anyone have any insight or work arounds ? Does someone know why https would not be supported ?
Rodney Degracia
rdeg...@gmail.com
I installed the mobile- couchdb as specified by the instructions and then used the following URL to connect to my database (but got replication errors): https://name:pass...@mysite.cloudant.com/grocerydb
When I replace https with http, the replication works correctly.
I am disappointed that https does not appear to work out of the box and I am not sure if the lack of https support is specific to mobile-couchdb or couchcocoa or specific to Cloudant.