We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<?php curl_setopt($ch, CURLOPT_SSLCERTTYPE, 'PEM'); curl_setopt($ch, CURLOPT_SSLCERT, $this->certPath); curl_setopt($ch, CURLOPT_SSLKEYTYPE, 'PEM'); curl_setopt($ch, CURLOPT_SSLKEY, $this->keyPath);
https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
看过代码现在只支持带 ssl cert 的请求, 但不支持 ssl key
The text was updated successfully, but these errors were encountered:
Support ssl_cert_file/ssl_key_file
f84b664
close swlib#122 close swlib#84
Support ssl_cert_file/ssl_key_file (#123)
24034ea
* Support ssl_cert_file/ssl_key_file close #122 close #84 * Update README
Successfully merging a pull request may close this issue.
https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
看过代码现在只支持带 ssl cert 的请求, 但不支持 ssl key
The text was updated successfully, but these errors were encountered: