Closed wykdg closed 4 years ago
The default configuration of enable_ssl
is disable(false) and I'm sure it's not the issue of SSL.
Please try to request the server in web browser or command line(curl). It would be better if we get the log of the server and the client response.
in server.py
def main(): app = WsgiApp(args).app
Run with Flask HTTP server
if args.enable_ssl:
Can pass ssl_context="adhoc" for auto-sign certification
else:
TODO: Use single thread by default
when use python_predict_client on the website,it will block