SSL certificate Installed but connection is still Not secure

@ChrisRahme Do you have any idea .? After getting the certificate , connection is still (Not Secure).SSL installation done as per this book(The Rasa Masterclass Handbook: Episode 11 | The Rasa Blog | Rasa).

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/rasachatbot.hungryblogger.in/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/rasachatbot.hungryblogger.in/privkey.pem
   Your cert will expire on 2021-11-11. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

root@rasachatbot:/etc/rasa# sudo cp /etc/letsencrypt/live/rasachatbot.hungryblog                                                                                        ger.in/privkey.pem /etc/rasa/certs/
root@rasachatbot:/etc/rasa# sudo cp /etc/letsencrypt/live/rasachatbot.hungryblog                                                                                        ger.in/fullchain.pem /etc/rasa/certs/
root@rasachatbot:/etc/rasa# sudo docker-compose up -d
Creating network "rasa_default" with the default driver
Creating rasa_duckling_1 ... done
Creating rasa_rabbit_1   ... done
Creating rasa_redis_1    ... done
Creating rasa_db_1       ... done
Creating rasa_rasa-x_1       ... done
Creating rasa_db-migration_1 ... done
Creating rasa_rasa-production_1 ... done
Creating rasa_rasa-worker_1     ... done
Creating rasa_app_1             ... done
Creating rasa_nginx_1           ... done

Connection not secure

did you found the solution for this problem ?

No Actually I did the installation as mentioned in Masterclass episode 11, but still insecure connection.

@Rishabhh17 can you share some brief info what you have done and what you trying to archive?

Yeah, I have deployed the rasax using docker compose .Now I want to integrate it with websites so for that , First I have to install a SSL certificate. So I followed the steps as mentioned in (The Rasa Masterclass Handbook: Episode 11 | The Rasa Blog | Rasa) But the connection is still insecure.

Capture

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/rasa.hungryblogger.in/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/rasa.hungryblogger.in/privkey.pem
   Your cert will expire on 2021-11-28. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

rishabh@rasa:~$ sudo cp /etc/letsencrypt/live/rasa.hungryblogger.in/privkey.pem /etc/rasa/certs/
rishabh@rasa:~$ sudo cp /etc/letsencrypt/live/rasa.hungryblogger.in/fullchain.pem /etc/rasa/certs/
rishabh@rasa:~$

After getting SSL certificate I can connect it with other websites

Please suggest me something, what can i do to install SSL.

Sorry for the late reply, I will again check your use case. I am pinging @ChrisRahme for a suggestion and help.

Thank you , I will appreciate that.

@Rishabhh17 Hi Rishabh, did you copy the certification inside the docker container as shown in video?

Yes, every step is done as mentioned in the video

@Rishabhh17 can you inspect the docker image that files are copied or not in that folder?

docker exec -u root -t -i <image name> /bin/bash

As mentioned in the Episode 11, I already copied the certificate and move to rasa/certs as mentioned above . Files are in the etc/rasa/certs

@Rishabhh17 means you already inspect it right…hmmm

Yes

@Rishabhh17 share me logs of docker please after docker up

Sure, just give me 5mins

@Rishabhh17 do check this tutorial also Nginx and Let’s Encrypt with Docker in Less Than 5 Minutes | by Philipp | Medium Hope this will help you some way.

root@rasachatbot:/etc/rasa# docker ps
CONTAINER ID   IMAGE                        COMMAND                  CREATED                                                                                                STATUS                  PORTS                                                                                                                                                                            NAMES
081fa18956d7   nginx:1.19                   "/docker-entrypoint.…"   45 hours ag                                                                                        o   Up 45 hours             80/tcp, 0.0.0.0:80->8080/tcp, :::80->8080/tcp, 0.0.0                                                                                        .0:443->8443/tcp, :::443->8443/tcp   rasa_nginx_1
7b1219a66701   rasa/rasa-x-demo:0.42.0      "./entrypoint.sh run…"   45 hours ag                                                                                        o   Up 45 hours             5055/tcp                                                                                                                                                                         rasa_app_1
25b7df711fd0   rasa/rasa:2.8.0-full         "rasa x --no-prompt …"   45 hours ag                                                                                        o   Up 45 hours             5005/tcp                                                                                                                                                                         rasa_rasa-worker_1
075559312c6e   rasa/rasa:2.8.0-full         "rasa x --no-prompt …"   45 hours ag                                                                                        o   Up 45 hours             5005/tcp                                                                                                                                                                         rasa_rasa-production_1
436ce21682b5   rasa/rasa-x:0.42.0           "/tini -g -- sh -c '…"   45 hours ag                                                                                        o   Up 45 hours             5002/tcp                                                                                                                                                                         rasa_rasa-x_1
099d80c823b4   rasa/rasa-x:0.42.0           "python -m rasax.com…"   45 hours ag                                                                                        o   Up 45 hours (healthy)   8000/tcp                                                                                                                                                                         rasa_db-migration_1
d8f5ab00a3d3   bitnami/postgresql:11.11.0   "/opt/bitnami/script…"   45 hours ag                                                                                        o   Up 45 hours             5432/tcp                                                                                                                                                                         rasa_db_1
819fb32d75f8   bitnami/redis:6.2.4          "/opt/bitnami/script…"   45 hours ag                                                                                        o   Up 45 hours             6379/tcp                                                                                                                                                                         rasa_redis_1
a7582d4df938   bitnami/rabbitmq:3.8.17      "/opt/bitnami/script…"   45 hours ag                                                                                        o   Up 45 hours             4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp                                                                                                                              rasa_rabbit_1
94731df3c700   rasa/duckling:0.1.6.5-r2     "duckling-example-ex…"   45 hours ag                                                                                        o   Up 45 hours             8000/tcp                                                                                                                                                                         rasa_duckling_1
root@rasachatbot:/etc/rasa# nano fullchain.pem