Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]使用自签名证书启动服务端失败 #513

Open
fstonezst opened this issue Jul 9, 2023 · 2 comments
Open

[BUG]使用自签名证书启动服务端失败 #513

fstonezst opened this issue Jul 9, 2023 · 2 comments

Comments

@fstonezst
Copy link

Trojan Version
v0.10.6

Describe the bug
使用自签名证书启动服务端失败

To Reproduce
Steps to reproduce the behavior:
Step1 使用自签名证书(生成方法如下)
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365

Step2 设置秘钥文件权限 777

-rwxrwxrwx 1 root root 2061 Jul  8 23:19 cert.pem                                                                           
-rwxrwxrwx 1 root root 3394 Jul  8 23:19 key.pem

Step3 配置config

    "ssl": {
        "cert": "**/cert.pem",
        "key": "**/key.pem",
        "key_pssword": "生成秘钥时用的密码",
        "fallback_port": 10086
    }

Step4 启动
./trojan-go -config ../config/config.json

Step5 执行结果 : 服务启动失败
[FATAL] 2023/07/08 23:23:48 github.com/p4gefau1t/trojan-go/proxy.(*Node).BuildNext:stack.go:29 tls failed to load key pair

Expected behavior
正常启动

Logs
[FATAL] 2023/07/08 23:23:48 github.com/p4gefau1t/trojan-go/proxy.(*Node).BuildNext:stack.go:29 tls failed to load key pair
Environment
centos7

Additional context
none

@Deoncn
Copy link

Deoncn commented Jul 22, 2023

因为 版本来老了,没更新,在线地址 上的配置文件全失效了。

@fstonezst
Copy link
Author

因为 版本来老了,没更新,在线地址 上的配置文件全失效了。

@Deoncn 老版本不支持自签证书?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants