tzssangglass commented on issue #6393:
URL: https://github.com/apache/apisix/issues/6393#issuecomment-1046461821
AFAIK, we don't support san verification yet. But I have implemented a
similar function, code like
```
local ssl = require("ssl")
local san = ssl.loadcertificate(raw_cert):extensions()
```
by this way, we can get san, but it seems that this function is blocking.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]