Add cross ref for how to generate SSL certs. (#401)
This commit is contained in:
parent
af3bdc23e7
commit
1867d58338
|
@ -76,7 +76,7 @@ KeyboardInterrupt
|
|||
|
||||
1. Same as `tcp_echo_server.py`.
|
||||
2. Internally uses `proxy.common.utils.wrap_socket` to enable SSL encryption.
|
||||
3. Uses `https-key.pem` and `https-signed-cert.pem` for SSL encryption.
|
||||
3. Uses `https-key.pem` and `https-signed-cert.pem` for SSL encryption. See [End-to-End Encryption](https://github.com/abhinavsingh/proxy.py#end-to-end-encryption) for instructions on how to generate SSL certificates.
|
||||
|
||||
Start `ssl_echo_server.py` as:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ from .web_server_route import WebServerPlugin
|
|||
from .reverse_proxy import ReverseProxyPlugin
|
||||
from .proxy_pool import ProxyPoolPlugin
|
||||
from .filter_by_client_ip import FilterByClientIpPlugin
|
||||
from .modify_chunk_response_plugin import ModifyChunkResponsePlugin
|
||||
from .modify_chunk_response import ModifyChunkResponsePlugin
|
||||
|
||||
__all__ = [
|
||||
'CacheResponsesPlugin',
|
||||
|
|
Loading…
Reference in New Issue