Home | History | Annotate | Download | only in testserver

Lines Matching full:https

10 It can use https if you specify the flag --https=CERT where CERT is the path
56 """This is a specialization of StoppableHTTPerver that add https support."""
994 Note that we specify the content-length as without it the https connection
1123 print 'HTTPS server started on port %d...' % port
1188 option_parser.add_option('', '--https', dest='cert',
1189 help='Specify that https should be used, specify '