explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
https://www.jsonrpcserver.com
MIT License
185 stars 40 forks source link

Secure connection via https #276

Open muzammil786 opened 4 weeks ago

muzammil786 commented 4 weeks ago

Hi

Is there a way to allow secure connection (HTTPS) in serve() using own certs? Or do we have to use other libraries like http.server?

bcb commented 1 week ago

Sorry for the delay. Your last line is correct. serve is just to start a basic development server. For any more use a library.