首页 > Web开发 > 详细

skynet 开启 https 配置

时间:2020-02-11 00:02:35      阅读:434      评论:0      收藏:0      [点我收藏+]

修改 Makefile

Mac 下:

# https : turn on TLS_MODULE to add https support

TLS_MODULE=ltls
TLS_LIB="$(shell brew --prefix openssl)/lib"
TLS_INC="$(shell brew --prefix openssl)/include"

Linux 下:

# https : turn on TLS_MODULE to add https support

TLS_MODULE=ltls
TLS_LIB=
TLS_INC=

前提是都安装了 openssl

然后在 config 里设置

certfile = "./host.cert"
keyfile = "./host.key"

用 simpleweb.lua 测试,记得先把 http 改成 https

skynet 开启 https 配置

原文:https://www.cnblogs.com/hangj/p/12293241.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!