XEdwin / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

Support https in default server implementation #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ServerImpl constructs the server URI this way:
this.serverURI = "http://" + host + ":" + port;

which prevents from accessing couchDB on https. Please provide either
constructor with the complete server URI or some boolean parametr e.g.: 
useHttps in Database and/or ServerImpl classes.

Thanks

Original issue reported on code.google.com by vaclav.p...@gmail.com on 28 Apr 2010 at 9:56

GoogleCodeExporter commented 9 years ago
added constructor variant

Original comment by ff...@gmx.de on 3 May 2010 at 10:16