-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
request help: build OpenResty for APISIX #4383
Comments
You can use openresty-openssl111, see this PR: https://github.com/api7/apisix-build-tools/pull/40/files |
When I finished the compilation by modifying build-apisix-openresty.sh, but when I started apisix, I reported an error. I don't know what caused it. The certificate I have configured and can get the result through the command line of etcdctl --endpoints="https://127.0.0.1:2379" --cacert="ca.pem" --key="client-key.pem" --cert="client.pem" get /apisix/plugins |
Have you trusted apisix/conf/config-default.yaml Line 116 in 27ee551
|
|
Can you send us the
So we are able to reproduce it on our side? |
BTW, what's your etcd version? |
ok, thanks. The etcd version: 3.4.13 server.pem server-key.pem client.pem client-key.pem The file compression package is as follows |
|
I found this in the etcd's error log:
Maybe it relates to etcd-io/etcd#9785 and etcd-io/etcd#9398 |
May be related to my certificate error, can you provide a certificate that can be used normally |
https://github.com/apache/apisix/tree/master/t/certs You can try the /t/certs/mtls_* files. |
|
This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions. |
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. |
Issue description
When I execute build-apimix-openresty.sh, an error is reported, as shown in the figure below
I'm not sure if it's because of the low version of OpenSSL, I try to upgrade to OpenSSL 1.1.1k, or I will report the same error
Environment
centos7
It's already installed apisix 2.6 version
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):The text was updated successfully, but these errors were encountered: