mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #399] Get info fails. Error: SSL operation failed. #287
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#287
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 @BernardGoldberger on GitHub (Aug 10, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/399
The above seems to be affecting 2 things...
Additionally it seems like that when Editing a song is unable to to load, it hangs until Koel is reloaded.
@phanan commented on GitHub (Aug 10, 2016):
Actually I can't reproduce this.
@BernardGoldberger commented on GitHub (Aug 10, 2016):
Me :-/ strikes again, It just happened on all the
FLACfiles I was working on and not onMP3, but I did some more tests and it had nothing to do with the file type, and it actually logged the following error in the laravel log file,I did some digging around and found this link hat helped me fix it.
I ran
php -r "print_r(openssl_get_cert_locations());"which returned,Added the following lines to the
phpini fileopenssl.cafile= "C:\wamp64\bin\php\php7.0.9\extras\ssl\cacert.pem"andopenssl.capath= "C:\wamp64\bin\php\php7.0.9\extras\ssl", and its all good now.NOTES
phpForApacheini file.