3scale / APIcast

3scale API Gateway
Apache License 2.0
305 stars 170 forks source link

[THREESCALE-11412] Migrate to lua-resty-openssl #1502

Closed tkan145 closed 3 weeks ago

tkan145 commented 1 month ago

What

https://issues.redhat.com/browse/THREESCALE-11412

Verification steps

* Start gateway

make certs make gateway IMAGE_NAME=apicast-test

* Send request

curl --resolve get.example.com:8080:127.0.0.1 -v "http://get.example.com:8080/?user_key=123"

You should see 200 OK

< HTTP/1.1 200 OK
< Server: openresty
< Date: Tue, 29 Oct 2024 03:59:19 GMT
< Content-Type: application/json
< Content-Length: 220
< Connection: keep-alive
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: true