mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #148] cURL transport error: 35 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.spotify.com:443 #93
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alibaraneser on GitHub (Jan 31, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/148
Hey,
I'm using API in localhost, and I want to get tracks, but getting this error,
When it get 250 tracks and occur this error.
My Codes,
@jwilsson commented on GitHub (Jan 31, 2019):
Hello!
Could you try the steps here: https://github.com/jwilsson/spotify-web-api-php/issues/147#issuecomment-456694404 and let me know how that goes?
Could you also drop a
phpinfo()somewhere and find the "SSL Version" value in the "curl" section?Thanks!
@alibaraneser commented on GitHub (Jan 31, 2019):
I applied options code but there is still error.
phpinfo()
define ('CURL_SSLVERSION_TLSv1_1',5);@jwilsson commented on GitHub (Feb 3, 2019):
@alibaraneser Hmm, are you running behind a proxy or something similar? Do you have another server to try it on?
@jwilsson commented on GitHub (Mar 26, 2019):
Closing this due to a lack of activity.