h4kuna / fio

Read and send payment order for FIO bank, PSR-17 ready
54 stars 25 forks source link

CURLIOPT_SSL_VERIFYPEER #27

Closed driici closed 6 years ago

driici commented 6 years ago

Hi, for development I need to temporarily disable SSL verification on my local server. This can be done by settion CURL flag CURLIOPT_SSL_VERIFYPEER, However Guzzle does it as following: http://guzzle.readthedocs.io/en/stable/request-options.html#verify

But by your method Queue::setDownloadOptions it cannot be done due to thrown exception.

h4kuna commented 6 years ago

Could you try master? Here is a fix 23b080afe68cc4f6dedc71cd28657995b7a06425

driici commented 6 years ago

Yeah, thats it. Thanks.

h4kuna commented 6 years ago

Released new version 1.3.3