Greg Banks

Results 3 issues of Greg Banks

If the profile contains 'use_https' but not 'ssl_ca_list' then the function SSL_CTX_set_default_verify_paths() is never called to initialise an SSL context to point to the operating system's default set of CA...

SSL

It's already supported by the CDMI backend, and the sproxyd backend currently doesn't have any authorization mechanism at all. http://tools.ietf.org/html/rfc2617

HTTP pipelining http://tools.ietf.org/html/rfc2616#section-8.1.2.2 is a useful technique for improving performance of bulk transfers over high-latency HTTP. According to https://forums.aws.amazon.com/thread.jspa?messageID=38030 Amazon fully supports it. Droplet however doesn't - the dpl_conn_t is...