oneinstack安装的pureftp是否支持TLS?我用oneinstack安装了pureftp不加密可以正常访问,但是配置TLS选项后提示AUTH TLS Error 500 This security scheme is not implemented
看到pureftp编译时需要 ‘--with-tls’ 选项参数,想知道我们通过oneinstack安装的版本是否支持tls。
看到pureftp编译时需要 ‘--with-tls’ 选项参数,想知道我们通过oneinstack安装的版本是否支持tls。
3 Answers
https://github.com/oneinstack/oneinstack/blob/master/include/pureftpd.sh
这里面的编译选项里似乎包含 ‘--with-tls’, 下面的脚本里面也有生成pem的部分。
为啥我配置了TLS 之后(也生成了/etc/ssl/private/pure-ftpd.pem)却是500不支持的错误呢?
这里面的编译选项里似乎包含 ‘--with-tls’, 下面的脚本里面也有生成pem的部分。
为啥我配置了TLS 之后(也生成了/etc/ssl/private/pure-ftpd.pem)却是500不支持的错误呢?
查看了一下我的服务器上的oneinstack/include/pureftpd.sh, 编译参数里面没有 '--with-tls' 也就死心了。卸了重新安装吧。
之前安装的版本是至少两年前的事情了。大家要是碰到类似的问题去看看自己本地的编译脚本吧。
之前安装的版本是至少两年前的事情了。大家要是碰到类似的问题去看看自己本地的编译脚本吧。
Please login or Register to submit your answer