Skip to content
New issue

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

能否增加对带ssl key请求的支持? #84

Closed
CATT-L opened this issue Mar 9, 2020 · 0 comments · Fixed by #123
Closed

能否增加对带ssl key请求的支持? #84

CATT-L opened this issue Mar 9, 2020 · 0 comments · Fixed by #123
Labels
enhancement New feature or request

Comments

@CATT-L
Copy link

CATT-L commented Mar 9, 2020

<?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

@sy-records sy-records added the enhancement New feature or request label Apr 20, 2021
sy-records added a commit to sy-records/saber that referenced this issue Apr 20, 2021
sy-records added a commit that referenced this issue Apr 20, 2021
* Support ssl_cert_file/ssl_key_file

close #122
close #84

* Update README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants