소스 검색

SSL support

master
JS00000 2 년 전
부모
커밋
29422edcc9
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      channel/wechatmp/wechatmp_channel.py

+ 7
- 0
channel/wechatmp/wechatmp_channel.py 파일 보기

@@ -15,6 +15,13 @@ from plugins import *
import traceback import traceback
import redis import redis


# If using SSL, uncomment the following lines, and modify the certificate path.
# from cheroot.server import HTTPServer
# from cheroot.ssl.builtin import BuiltinSSLAdapter
# HTTPServer.ssl_adapter = BuiltinSSLAdapter(
# certificate='/ssl/cert.pem',
# private_key='/ssl/cert.key')

class WechatMPServer(): class WechatMPServer():
def __init__(self): def __init__(self):
pass pass


Loading…
취소
저장