diff options
Diffstat (limited to 'libpathod/pathoc_cmdline.py')
-rw-r--r-- | libpathod/pathoc_cmdline.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpathod/pathoc_cmdline.py b/libpathod/pathoc_cmdline.py index fa30aa1e..dcd75d11 100644 --- a/libpathod/pathoc_cmdline.py +++ b/libpathod/pathoc_cmdline.py @@ -198,6 +198,9 @@ def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr): if args.http2_skip_connection_preface: args.use_http2 = True + if args.use_http2: + args.ssl = True + reqs = [] for r in args.requests: if os.path.isfile(r): |