Skip to content

Commit 4e16ca6

Browse files
committed
made a cheap ssl hack
1 parent 3c1df36 commit 4e16ca6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

serve

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ except LoadSettingsOnly:
2929
## Run the processes
3030
DEVNULL = open('/dev/null', 'w')
3131
app = 'utility/utiliscope'
32-
server = subprocess.Popen(['python', 'web2py.py', '-a', '<recycle>', '-i',
33-
str(server_url), '-p', str(server_port)#,
32+
server = subprocess.Popen(['python', 'web2py.py', '-a', '<recycle>',
33+
'-c', 'temp_ssl.crt', '-k', 'temp_ssl.key',
34+
'-i', str(server_url), '-p', str(server_port)#,
3435
#'--minthreads=20', '--maxthreads=200'
3536
])
3637

0 commit comments

Comments
 (0)