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

无法国密证书回源 #6

Open
ccxhwmy opened this issue Dec 15, 2021 · 5 comments
Open

无法国密证书回源 #6

ccxhwmy opened this issue Dec 15, 2021 · 5 comments

Comments

@ccxhwmy
Copy link

ccxhwmy commented Dec 15, 2021

源站与中间节点都使用openresty+TASSL-1.1.1k,源站只开启国密证书,中间节点https回源时无法与源站握手,源站报错:
tls_post_process_client_hello:no shared cipher) while SSL handshaking

@yanshichao0226
Copy link
Contributor

标准nginx+TASSL-1.1.1k可以实现国密的web server/反向代理。由于国密SSL使用不同的版本号,无法兼容标准版本实现正向代理,需要改造nginx

@ccxhwmy
Copy link
Author

ccxhwmy commented Dec 15, 2021

那openresty+TASSL-1.1.1作为客户端如何用lua发起国密加密的请求呢

@yanshichao0226
Copy link
Contributor

如果nginx要实现国密客户端功能的话,nginx需要改造。可以参考https://github.com/jntass/Nginx_Tassl

@ccxhwmy
Copy link
Author

ccxhwmy commented Dec 15, 2021

我试了下GmSSL,不用改造Nginx就可以实现国密客户端的功能,你们对openssl改造的方式不一样么

@Dave379776966
Copy link

如果nginx要实现国密客户端功能的话,nginx需要改造。可以参考https://github.com/jntass/Nginx_Tassl

有参考的技术链接吗

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

3 participants