question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSL not working in Google Chrome

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
crydotsnakecommented, Mar 28, 2020

Okay.

I will try it.

0reactions
Cmdrobotcommented, Mar 28, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found