Certificate error with renderer docker image and https

hi, I tried a couple of options and what worked for me the below:

  1. I took the latest Dockerfile from here → Dockerfile
  2. Updated the below settings in grafana.ini
rendering_ignore_https_errors = true
rendering_chrome_bin = /usr/bin/chrome

Now with this I can see that when I click on Panel → Share → Direct link rendered image, I do see that the image is shown in a new tab of the browser.

However, I always see the below Error in the docker logs of grafana -

t=2023-01-09T16:06:29+0000 lvl=dbug msg="Calling renderer plugin" logger=rendering renderer=plugin req="url:"[https://community.grafana.com/d-solo/fnApLhaMz/alerts_status?orgId=1&from=1657382787357&to=1673280387357&panelId=5&width=1000&height=500&tz=Asia%2FCalcutta&render=1\](https://community.grafana.com/d-solo/fnApLhaMz/alerts_status?orgId=1&from=1657382787357&to=1673280387357&panelId=5&width=1000&height=500&tz=Asia%2FCalcutta&render=1%5C)" width:1000 height:500 deviceScaleFactor:1 filePath:"/var/lib/grafana/png/xS27tDPglBQGZcZG204M.png" renderKey:"3DhldydzmH9gYmovYn2fKMR9AEk8sueI" domain:"localhost" timeout:60 timezone:"Asia/Calcutta" headers:<key:"Accept-Language" value:<values:"en-US,en;q=0.9" > > 

t=2023-01-09T16:07:30+0000 lvl=eror msg="Error while trying to prepare page for screenshot" logger=plugins.backend pluginId=grafana-image-renderer url="https://community.grafana.com/d-solo/fnApLhaMz/alerts_status?orgId=1&from=1657382787357&to=1673280387357&panelId=5&width=1000&height=500&tz=Asia%2FCalcutta&render=1" err="TimeoutError: Navigation timeout of 60000 ms exceeded\n at /snapshot/grafana-image-renderer/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:108:111"

Is there some other configuration that I need to do ?

Would appreciate help here. thanks!

Thanks … finally a working solution … :slight_smile: