mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
SimpleSSL
This commit is contained in:
parent
0e3e6f9745
commit
2c32704b85
2 changed files with 11 additions and 9 deletions
|
@ -239,7 +239,7 @@ def main():
|
|||
|
||||
if settings.Config.SSL_On_Off:
|
||||
from servers.HTTP import HTTPS
|
||||
threads.append(Thread(target=serve_thread_SSL, args=('', 443, HTTPS,)))
|
||||
threads.append(Thread(target=serve_thread_SSL, args=('', 443, HTTP,)))
|
||||
|
||||
if settings.Config.WPAD_On_Off:
|
||||
from servers.HTTP_Proxy import HTTP_Proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue