After switch to HTTPs the access fail from older iOS ( 15.8.3 )
and with Firefox 133.0 too
- What Grafana version and what operating system are you using?
grafana 11.3.1
Debian GNU/Linux 12
- What are you trying to achieve?
got work the Grafana with HTTPS on older iPhone 7 with iOS 15.8.3
- How are you trying to achieve it?
[server]
protocol = https
http_port = 3000
domain = domain.ltd
enforce_domain = false
root_url = https://hostname.domain.tld:3000/solar/
serve_from_sub_path = true
cert_file = /etc/ssl/domain.tld.crt
cert_key = /etc/ssl/domain.tld.key
- What happened?
On a PC the Site works with SSL
- What did you expect to happen?
That Safari show the Page without error.
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
logger=context userId=0 orgId=0 uname= t=2024-11-25T09:36:16.701322282+01:00 level=info msg=“Request Completed” method=GET path=/ status=302 remote_addr=2xx.xxx.xxx.38 time_ms=2 duration=2.52005ms size=35 referer= handler=/ status_source=server
- Did you follow any online instructions? If so, what is the URL?