Thread Starter
kumpri
(@kumpri)
The site is hosted at webfaction.com. I changed the settings to serve everything through HTTPS, but the error persists.
Thread Starter
kumpri
(@kumpri)
Hi, I have created new WeTransfer Key as we changed all URLs to HTTPS, but the plugin is still not working. Any support will be greatly appreciated.
Was getting the same issue on IIS. In our case we had 2 causes:
1. We were blocking admin-ajax.php from the public web
2. curl was failing to validate Amazon/WeTransfer’s certificate
The first one is simple, make admin-ajax.php accessible. This probably won’t be your issue though as most people don’t IP block their wp-admin folder. The second one is the most likely. Your host either has not configured a certificate authority bundle or the one they are using is out of date. You can test this by disabling SSL verify host/verify peer – which is done by editing the OWPWT_CurlService.php file in /wp-content/plugins/ozpital-wetransfer/app/Services/. The ideal solution would be to update the CA bundle.
Did anyone ever get anywhere on this?
I’ve got a situation where I can get it to work on my development server, but on the live client site (on a different server) I am getting the token error.
2 URL’s here for example;
This one works fine:
https://pixelsandnoise.website/csdprint/file-upload/
This one errors:
https://www.csdprint.co.uk/file-upload/
Any help would be great.