Skip to content

Install docker production-ready, working fine, but browser extension not connected #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
x09 opened this issue Oct 29, 2021 · 2 comments

Comments

@x09
Copy link

x09 commented Oct 29, 2021

  1. Install docker production-ready service.

  2. Edit .env (API_HOSTNAME=xsync.my-local-domain.tld )

  3. Add dns record to DNS, hostname resolving fine for any clients

  4. docker-compose up -d without errors

  5. On client workstation go to https://xsync.my-local-domain.tld
    изображение

  6. Install browser extension https://chrome.google.com/webstore/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc?utm_source=chrome-app-launcher-info-dialog - switch service to https://xsync.my-local-domain.tld and get Unable to connect

изображение

telnet xsync.my-local-domain.tld 443 connected

why browser extension not working? What i can do wrong?

@nero120
Copy link
Member

nero120 commented Dec 1, 2021

Right click in the extension window and click "Inspect", can you copy here what you see in the console window please?

@SmartHamburg
Copy link

@x09 There is an exclamation mark in your browser screenshot. Is it possible, your browser is complaining about the certificate?
I tried a self signed cert without success and it worked after I requested and installed a Let's Encrypt cert.
Maybe there is some kind of certificate validation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants