-
Notifications
You must be signed in to change notification settings - Fork 392
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
S3 Upload on Windows server #652
Comments
You'll need to check your PHP error log to find out exactly what the error here, as I believe this message is a generic error message when something fails to upload. Please note that we can't provide extensive support for debugging, so you'll need to dig into this yourself first: https://engineering.hmn.md/projects/support/ |
Understood and I appreciate the help. There doesn't seem to be a lot of resources on my predicament.
Seems like SSL/cURL AWS connection issue? Edit: Got it. not asking for extensive support. Thanks anyway |
It's more likely to be the AWS SSL issue, perhaps you've got a custom certificate setup via a custom root certificate authority? If that's the case I'm not sure what to advise |
Thanks for the input @tomjn. We resolved the issue on our win IIS server as follow (roughly):
There was a lot of testing, so I may have missed a step or two. |
Hey,
I need your help. I can't seem to get S3 Uploads to work with Wordpress, on a windows server.
With S3 Upload enabled, I'm unable to upload anything via media library to AWS.
This only happens when the S3 Upload plugin is enabled. We've migrated the same website (which had no issue with S3 Upload) from a non-windows server, with all major settings in tact or applied.
What could be issue here?
The text was updated successfully, but these errors were encountered: