Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Downloader Verify SSL Config Added #3609

Merged
merged 2 commits into from
May 16, 2024

Conversation

webdevhayes
Copy link
Contributor

Added the option to disable verify for media downloader. This affects addMediaFromUrl as trying to download media locally from another app/site will cause the file not to be found. fopen which the downloader uses will always verify the SSL which locally will fail when using a self certificate.

Added the option to disable verify for media downloader. This affects addMediaFromUrl as trying to download media locally from another app/site will cause the file not to be found. fopen which downloader uses will always verify the SSL which locally will fail when using a self certificate.
@freekmurze freekmurze merged commit 5b08887 into spatie:main May 16, 2024
9 checks passed
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants