Answer the question
In order to leave comments, you need to log in
How to display a GO site in Firefox?
Faced a problem with displaying the desktop application on Firefox. At the same time, in the latest Chrome browser, everything displays perfectly.
The project uses : nginx, but I think that the problem is with firefox.
Each service on the back spins on its own port (the front pulls data from the back; the back uses a microservice architecture, each service has its own port and the front accesses each of them as necessary).
The front calls each service separately. All communication over https. Whence follows, that certificates are necessary.
All backing services have the same self-signed certificate, so sometimes a window pops up about the unreliability of the site. The certificate can be added to trusted.
If the browser does not trust the certificate, it cannot open a communication channel with the site.
Through experimentation, I found out that firefox stores trusted certificates in the format: Ip:port
- certificate.
Those. back services cannot push data to the front, because firefox doesn't trust them.
To establish trust, you need to go to the developer tools in the browser and follow requests to the backing services - open a separate window with a proposal to trust the backing service and its certificate.
Suggested solution : the main idea is to hide from firefox the fact of accessing the backing services.
Suggested solution path :
Answer the question
In order to leave comments, you need to log in
All backing services have the same self-signed certificate, so sometimes a window pops up about the unreliability of the site. The certificate can be added to trusted.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question