On 19/05/10 14:43, Norberto Fernandes FCS wrote:
Hi All,


Does anyone know the protocol or security layer used by couchDB to replicate 
data?
Is data being published from one database to the other over a security layer? 
or is it a simple http post?

Thanks,
Norberto

Replication is with HTTP, like almost everything else in couchDB.
To do a secure replication between 2 servers I use a local port that tunnels all HTTP requests via ssh to the remote couchDB server.

Reply via email to