Friends, the problem is this. There is a script that uploads files to my server. (I IMMEDIATELY IMMEDIATELY, CLIMBING IN THE SCRIPT IS IMPOSSIBLE, since this is the firmware of the controller itself installed in the hardware). This script loads files to the server. When the server was just http - files were accepted. At the moment I installed the ssl certificate, and by .htaccess made a redirect to https. Now the files stopped flying.
Question. Is it possible to decrypt the folder on the site where my parser is located, which handles the file download, or what can I do to finally get the files?
Here is what is written in htaccess at the moment
AddDefaultCharset UTF-8 RewriteEngine On RewriteCond %{HTTPS} =off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]