You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where the couchdb server may be SSL protected (https port 6984). For generality, I'd like to probe both choices and use the successful one.
I tried opening 2 instances of nano, one for http and one for https but it seems that the first invocation sets some internal flags so the second one points to the first. Perhaps cookies?
This is on current version of couchdb and nano. (a fresh install).
In general, either 2 separate couchdb connections should be possible (and documented), or there should be a way to close and reopen with fresh address.
The text was updated successfully, but these errors were encountered:
I have a use case where the couchdb server may be SSL protected (https port 6984). For generality, I'd like to probe both choices and use the successful one.
I tried opening 2 instances of nano, one for http and one for https but it seems that the first invocation sets some internal flags so the second one points to the first. Perhaps cookies?
This is on current version of couchdb and nano. (a fresh install).
In general, either 2 separate couchdb connections should be possible (and documented), or there should be a way to close and reopen with fresh address.
The text was updated successfully, but these errors were encountered: