No message on the page: Processing of queued campaigns

Hi

I use phplist 3.6, when I send mails I don’t have any message on the page;
the message seems to have been sent. (I use Firefox or Edge)
thank for you help,

Hi,

I advanced in my investigations:

I am using an NGINX server with the “https” protocol.

i did some tests on a local machine with Xamp, the application is working fine, i have messages showing everything is working fine.

When I do tests in https in “https” on my server I have some logs that appear in th bdd but nothing is displayed on the web page and the application runs in a loop.
When I do tests in “http”, the application stops and I have the “finished” message that appears.

Do you think this is a problem with the configuration of nginx?

thanks,

Vincent

I added options in the nginx,
the behavior seems identical in http and https

add_headert Srict-Transport-Security ‘max-age=31536000; includeSubDomains;’;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection “1; mode=block”;
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;

Thanks

Vincent