I am working on a PHP MYSQL system which needs to generate XLS files, the system works fine on a normal http connection but while trying to export the XLS file using PHP over a https connection the file isnt generated.
Are there specific techniques that should be used while generating XLS files over a secure connection?
Thanks