mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Changed webserver tests to not test ssl
This commit is contained in:
parent
edc6f3f1d2
commit
2f4b1aa3d4
@ -9,7 +9,7 @@ class Params:
|
||||
self.__port = 9000
|
||||
self.__var_server_port = 9001
|
||||
self.__host = "localhost"
|
||||
self.__enable_ssl = True
|
||||
self.__enable_ssl = False
|
||||
self.__test_time = True
|
||||
# self.__ssl_cert_path = "server.pem"
|
||||
# self.__ssl_cert_path = "/home/cherpin/git/trick_fork/trick_sims/Cannon/SIM_cannon_numeric/server.pem"
|
||||
|
Loading…
Reference in New Issue
Block a user