Provider-Specific curl_params #180
Closed
raindealer
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Hi @raindealer, for each provider you are able to overwrite certain functions. In your case, it might be possible using the If this is not the case, we can come up with something else. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Alright, on branch provider-curl-params, you can now simply pass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! There is an option to set
curl_paramswithin the plugin's globaloptionsconfig, and it works. However, I would really benefit from the ability to setcurl_paramsseparately for each provider. I couldn't quickly figure out how to add this functionality.In my specific case, I need to pass the
-kflag for one particular provider (I can't get the certificates for it). Right now, I have to pass it globally for all providers via the options, which is much worse than targeting just one.What are your thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions