Hi

I have been trying to use camel-couchdb to send data to a couchDb datastore


My code looks like

.to(
"couchdb:https://hangstrap.iriscouch.com/test?username=hangstrap&password=****";);

When the code runs a get a  javax.net.ssl.SSLPeerUnverifiedException: peer
not authenticated exception
from the CouchDbClientBase.executeRequest method.

However, when I past the url  
https://hangstrap.iriscouch.com/test?username=hangstrap&password=**** into
my browser I can connect to my couchDB without problems. 

Any ideas what I am missing out?

Thanks





--
View this message in context: 
http://camel.465427.n5.nabble.com/Couchdb-peer-not-authenticated-exception-tp5729323.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to