JoyChou

Results 7 comments of JoyChou

本地测试可修改application.properties里的AllowPublicKeyRetrieval为allowPublicKeyRetrieval。 docker环境我找时间重新发布一下。

目前你可以考虑两种方法: 1. 云WAF模式。 2. 在PROXY上配置。

`Tengine version: Tengine/2.1.2 (nginx/1.6.2)` Tengine 2.1.2版本中的nginx的版本为1.6.2,不支持expires指令。导致报错。 https://stackoverflow.com/questions/40236617/expires-in-nginx-conf-throws-error-on-ubuntu-but-not-on-osx 解决办法:升级到Tengine2.2.0。 官方描述:http://tengine.taobao.org/ >继承Nginx-1.8.1的所有特性,兼容Nginx的配置;

逻辑上是可以的。

https://github.com/openresty/lua-nginx-module#balancer_by_lua_file This directive was first introduced in the v0.10.0 release. 你lua-nginx-module版本是多少的? nginx -V 看下

思路就是只配置443端口,80端口rewrite到443端口。 可以查考下我写的这篇文章。https://joychou.org/web/how-to-build-https-cloud-waf.html