Closed basiltap closed 3 years ago
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Description:
Making a call to a wordpress api, I receive an error wich I didn't received in local development: Handled error Illuminate\Http\Client\ConnectionException: cURL error 35: error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name
It is a simple call with Http Client to an open wordpress API: https://ilindy.com/wp-json/wp/v2/tags?per_page=100&page=1
This call is inside a Job, and I have installed Laravel Horizon.
Steps To Reproduce: