openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
716 stars 195 forks source link

about ocsp #157

Open zhiquy opened 5 years ago

zhiquy commented 5 years ago

hi ,i want to use ocsp to check the certificate , when the stream mode can support?

agentzh commented 5 years ago

@zhiquy It's not yet ported to the stream subsystem but should be easy:

https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ocsp.lua

Will you create a pull request for it?