Skip to content
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

Closed
IsaTTeN opened this issue Jun 3, 2019 · 11 comments
Closed

Connection rejected from pannel or embebed link #38

IsaTTeN opened this issue Jun 3, 2019 · 11 comments
Assignees

Comments

@IsaTTeN
Copy link

IsaTTeN commented Jun 3, 2019

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:

image

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" } ] }

@mrneilix
Copy link

mrneilix commented Jun 3, 2019

Ditto. Just started happening to me today too

@BlueBlueBlob
Copy link

6.2 different config :
[Removed] Session setting was removed in v6.2, use remote_cache option instead"

Session used memcached and remote_cache is set as default : database.

But I don't know the memcached connection string

@frenck
Copy link
Member

frenck commented Jun 3, 2019

image

@frenck
Copy link
Member

frenck commented Jun 3, 2019

Seems like Grafana is sending out new headers preventing iframe to work.

@BlueBlueBlob
Copy link

I tried with : { "name": "GF_SECURITY_ALLOW_EMBEDDING", "value": "true" }
But no success

@frenck
Copy link
Member

frenck commented Jun 3, 2019

@BlueBlueBlob testing a new version right now on a local dev.

@frenck frenck self-assigned this Jun 3, 2019
@BlueBlueBlob
Copy link

Thx.
I think some settings moved from session to another section. See doc and warning message.
Good luck 👍

@frenck
Copy link
Member

frenck commented Jun 3, 2019

@BlueBlueBlob That is a different issue. I would appreciate if we could keep things on topic and in focus. Thanks.

@frenck frenck closed this as completed in ff9314a Jun 3, 2019
@frenck
Copy link
Member

frenck commented Jun 3, 2019

The issue has been addressed, will be fixed in the next release of the add-on.

@IsaTTeN
Copy link
Author

IsaTTeN commented Jun 3, 2019

Good!!!

@addons-assistant
Copy link

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.

@addons-assistant addons-assistant bot locked as resolved and limited conversation to collaborators Jul 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants