📄 bugs
字号:
Known problems/bugs in neon -*- text -*----------------------------* 2818 requires that a on rejection of the SSL server cert, a "bad certificate" message should be sent - this is not being done currently (and can probably only be done with OpenSSL by actually doing cert verification in the verify callback)* ne_lock_discover does not handle multiple (shared) locks on a single resource.* SSL session caching issues; only cache for clean shutdowns, and only cache on shutdown, since the SSL_SESSION may change during an ne_session.* what is passed as 'path' to req create hook: auth needs Request-URI; how does that interact with proxies? also they will be passed NULL for a CONNECT request, or "*" possibly as well.* expect100 support is broken.* It would be nice to fail with a friendly error message if a clientcert is requested by the srever but one is not provided. Currently,returning -1 from the provide_client_cert function would allow that(as it forces the SSL handshake to fail), but that would preventopportunistic use of client certificates, of the "SSLVerifyClientoptional" variety.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -