id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 31232,Invalid value for curl option CURLOPT_PROXYAUTH in wp-includes/class-http.php,beier.michael,,"Hi, in class-http.php CURLOPT_PROXYAUTH is set to CURLAUTH_ANY: {{{ if ( $proxy->use_authentication() ) { curl_setopt( $handle, CURLOPT_PROXYAUTH, CURLAUTH_ANY); curl_setopt( $handle, CURLOPT_PROXYUSERPWD, $proxy->authentication() ); } }}} According to http://php.net/manual/en/function.curl-setopt.php for proxy authentication, only CURLAUTH_BASIC and CURLAUTH_NTLM are currently supported. Using a proxy requiring authentication is not possible due to this error. Can you please fix this. Best regards, Michael",defect (bug),closed,normal,,HTTP API,4.1,normal,worksforme,,,