fixed issue 1552:Missing ssl_ca_certificate option in HttpServer instantiation in we2pyDialog, thanks Jamie Sabin
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.5.1-stable+timestamp.2013.06.23.00.14.48
|
||||
Version 2.5.1-stable+timestamp.2013.06.23.00.22.51
|
||||
|
||||
@@ -507,6 +507,7 @@ class web2pyDialog(object):
|
||||
profiler_filename=options.profiler_filename,
|
||||
ssl_certificate=options.ssl_certificate,
|
||||
ssl_private_key=options.ssl_private_key,
|
||||
ssl_ca_certificate=options.ssl_ca_certificate,
|
||||
min_threads=options.minthreads,
|
||||
max_threads=options.maxthreads,
|
||||
server_name=options.server_name,
|
||||
|
||||
Reference in New Issue
Block a user