diff --git a/README.md b/README.md index 59039bf..bfcc7e1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The port to bind to. (default is 8000) #### ssl (bool) Indicate that "Secure flag" should be set for middleware WebServerSession cookie only !!!! -(default is True) +(default is False) non-sense in http_only mode. diff --git a/htagweb/runners.py b/htagweb/runners.py index 8d61766..2c6111f 100644 --- a/htagweb/runners.py +++ b/htagweb/runners.py @@ -199,7 +199,7 @@ def __init__(self, host="0.0.0.0", port=8000, debug:bool=False, - ssl:bool=True, # now, Indicate that Secure flag should be set for middleware WebServerSession (cookies) + ssl:bool=False, # now, Indicate that Secure flag should be set for middleware WebServerSession (cookies) parano:bool=False, http_only:bool=False, timeout_interaction:int=60,