skip to Main Content

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

2

Answers


  1. 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

    Login or Signup to reply.
  2. Your SSL certificate expired ‎Friday ‎30 ‎July ‎2021. You need to renew your SSL certificate.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search