openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07694
[Bug 936831] Re: Unable to get server to listen for xmlrpcs
Hi,
We have indeed removed HTTPS support from the server at the same time we
changed it to use Wekzeug. It should be straightforward (a couple of
lines) to add it back (as Werkzeug directly supports it) if it is really
needed.
We have unfortunatly forgotten to remove the corresponding options from
the configuration file and command-line parser (this one could qualify
as a bug).
The reason we removed it is the following:
The server shipping with Werkzeug is clearly stated as non-production
ready (for develoment only). Knowing this, it seems contradictory to let
people use it with SSL enabled (you want to use SSL when opening
connections to the world, and you want to do that when you're going into
production).
** Changed in: openobject-server
Importance: Undecided => Wishlist
** Changed in: openobject-server
Status: New => Won't Fix
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/936831
Title:
Unable to get server to listen for xmlrpcs
Status in OpenERP Server:
Won't Fix
Bug description:
On a recent nightly build of openerp-server-6.1 (20120216-200739) I am
unable to get the server to listen or bind to port 8071 according to
nmap and I am unable to connect using the trunk GTK client.
There are no errors reported in the log file (tried with debug and
debug_rpc levels). The key and cert are fine. I have used this
configuration before on OpenERP 6.0.3 successfully.
[options]
without_demo = False
smtp_port = 25
db_template = template0
db_password = False
xmlrpcs = True
xmlrpcs_interface =
syslog = False
logrotate = True
xmlrpcs_port = 8071
test_report_directory = False
list_db = True
timezone = False
xmlrpc_interface =
test_file = False
cache_timeout = 100000
smtp_password = False
secure_pkey_file = /etc/ssl/openerp/server.key
xmlrpc_port = 8069
log_level = info
xmlrpc = True
test_disable = False
admin_passwd = admin123
assert_exit_level = error
smtp_server = localhost
static_http_url_prefix = None
unaccent = False
test_commit = False
proxy_mode = False
demo = {}
db_host = False
login_message = False
import_partial =
pidfile = None
db_maxconn = 64
osv_memory_count_limit = False
reportgz = False
osv_memory_age_limit = 1.0
netrpc_port = 8070
db_port = False
virtual_memory_reset = 671088640
db_name = False
debug_mode = False
netrpc = True
secure_cert_file = /etc/ssl/openerp/server.crt
logfile = /var/log/openerp/openerp-server.log
csv_internal_sep = ,
virtual_memory_limit = 805306368
pg_path = None
static_http_enable = False
cpu_time_limit = 60
translate_modules = ['all']
smtp_ssl = False
server_wide_modules = None
netrpc_interface =
smtp_user = False
log_handler = [':INFO']
db_user = openerp
dbfilter = .*
max_cron_threads = 4
email_from = False
addons_path = /opt/openerp/server/openerp/addons
static_http_document_root = None
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/936831/+subscriptions
References