SSL not working in Google Chrome
See original GitHub issueHello,
i installed Jetsi Meet in a vagrant box with ubuntu 18.04 with help of this introduction: https://jitsi.org/downloads/, and for the ssl certificate i use the LetsEncrypt option. I also have used this command /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
for generating the ssl certificate. But the problem is, that google chrome gives me this message: NET::ERR_CERT_INVALID
and i really have no idea, what i do wrong. But in safari i can accept the ssl certificate, and it works.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
How to fix Google chrome SSL certificate errors in a few ...
Open Chrome and click on the menu (the three vertical dots in the top right hand corner of the browser). · In the...
Read more >Quick Steps to Fix Google Chrome SSL Certificate Errors
In case, if your website got an SSL certificate, which might expire then Google Chrome will show an error and certainly, it will...
Read more >How to Fix SSL Security Certificate Errors in Chrome
How to Fix SSL Security Certificate Errors in Chrome · 1. Update Your Computer's Date & Time · 2. Use Chrome in Incognito...
Read more >HTTPS Not Working in Chrome: How to Fix SSL Cerificate Errors
How do I fix HTTPS error on Chrome? · 1. Clear the SSL Cache · 2. Flush the DNS Cache · 3. Adjust...
Read more >Fix SSL Certificate Error in Google Chrome [SOLVED] - TechCult
How To Fix SSL Certificate Error in Google Chrome · Method 1: Add Trusted Sites to the Security List · Method 2: Adjust...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay.
I will try it.
You should to find ssl_certificate and ssl_certificate_key from this path ~/.jitsi-meet-cfg/web/nginx/ssl.conf
ssl_certificate /etc/letsencrypt/live/exmaple.org/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/exmaple.org/privkey.pem; # managed by Certbot
if you don’t see this config in ~/.jitsi-meet-cfg/web/nginx/ folder you can copy all files from docker-jitsi-meet/web/rootfs/defaults/ to your docker container or copy and paste to ~/.jitsi-meet-cfg/web/nginx/ and try to restart container it should working