-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Connection rejected from pannel or embebed link #38
Comments
Ditto. Just started happening to me today too |
6.2 different config : Session used memcached and remote_cache is set as default : database. But I don't know the memcached connection string |
Seems like Grafana is sending out new headers preventing iframe to work. |
I tried with : { "name": "GF_SECURITY_ALLOW_EMBEDDING", "value": "true" } |
@BlueBlueBlob testing a new version right now on a local dev. |
Thx. |
@BlueBlueBlob That is a different issue. I would appreciate if we could keep things on topic and in focus. Thanks. |
The issue has been addressed, will be fixed in the next release of the add-on. |
Good!!! |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Problem/Motivation
I can't access Grafana form panel or embebed link
Expected behavior
Access like before
Actual behavior
I can access outside Hassio https://mysite.duckdns.org:3000/d/Be4Qfqggz/principal?orgId=1
Steps to reproduce
Upgrading to last version
Proposed changes
...
After last update Grafana stops to work just indide Hassio, It was working ok till now.
I´m having this error:
t=2019-06-03T01:03:28+0100 lvl=info msg="HTTP Server Listen" logger=http.server address=0.0.0.0:80 protocol=https subUrl= socket= 2019/06/03 01:03:47 http: TLS handshake error from 192.168.1.10:55971: remote error: tls: unknown certificate
Inside Hassio I have this:
With a message of rejected conection
This is my config:
{ "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "plugins": [], "env_vars": [ { "name": "GF_AUTH_BASIC_ENABLED", "value": "false" }, { "name": "GF_AUTH_PROXY_ENABLED", "value": "false" }, { "name": "GF_AUTH_ANONYMOUS_ENABLED", "value": "true" }, { "name": "GF_AUTH_ANONYMOUS_ORG_NAME", "value": "Main Org." }, { "name": "GF_AUTH_ANONYMOUS_ORG_ROLE", "value": "Editor" }, { "name": "GF_USERS_ALLOW_SIGN_UP", "value": "false" } ] }
The text was updated successfully, but these errors were encountered: