Home > OS >  I have created Site Web through Flutter Web & AWS available from https. But no answer from php readi
I have created Site Web through Flutter Web & AWS available from https. But no answer from php readi

Time:11-20

I have created Site Web through Flutter Web & AWS available from https. But no answer when I run php reading Mysql database flutter code : In http Uri url = Uri.parse("http://www.paulcode.com/db.php"); http.Response response = await http.get(url);


in https it doesnt work while others content is available in http it works


I use apache2 on ubuntu I have no idea where to investigate. Thanks by advance

CodePudding user response:

Please provide more information:

You can look into the apache2 logs into the Ec2 Instance and add them to the questions

If you are tying to enable SSL for your website, Please look into https://letsencrypt.org/ and try to generate SSL certs using certbot

CodePudding user response:

Your SSL certificate expired ‎Friday ‎30 ‎July ‎2021. You need to renew your SSL certificate.

  • Related