Skip to content

support https #68

@line-o

Description

@line-o

Currently, only http protocol is supported.
To enable db instances that are only available through https, a few changes have to be made.

Switch to xmlrpc.createSecureClient if https is needed.

var client = xmlrpc.createClient(assign({}, defaultRPCoptions, options))

It is yet not decided on how to trigger switching to https.

Idea:

const ex = require('@existdb/node-exist')

ex.connect({
    'secure': true
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions