Securing graylog with AWS ALB server

I have graylog deployed in amazon AKS. I wanted to use amazon ALB server as load balancer and also terminate the SSL over there.

external URI is defined as graylog.example.com and it works really well.
I am trying to use https now. So i configure port 443 with certificate and point to same target group that port 80 is using. Unfortunately I do get blank page. When I dig into dev tools and tried curl command, I see that it has ref link to http and I believe that is an issue.

curl https://graylog.example.com shows following

link rel=“shortcut icon” href=“http…graylog.example.com/assets/favicon.png”>
http…graylog.example.com/config.js
http…graylog.example.com/assets/vendor.8d6aa5835c8302c41e2f.js
http…graylog.example.com/assets/polyfill.9472d5d0a285679cf68d.js"

Anyone knows how to get around this. Or pls let me know if I am doing anything wrong in setting up anything. As I said, http works well with external URL.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.