forked from AlexisReverte/node-odoo
-
Notifications
You must be signed in to change notification settings - Fork 16
Open

Description
Hi,
my Odoo is behind an nginx proxy and served over https - the odoo node module only seem to support http.
Enabling https is trivial:
var http = require('http')
-> var http = require('https')
and
var client = jayson.client.http(options);
-> var client = jayson.client.https(options);
in lib/index.js but obviously this should be done through a configuration option.
Can this be included in the next version please?
Metadata
Metadata
Assignees
Labels
No labels