ok, fixed!!! so, thanks for all your help on this… I had made these mistakes:
- i had
http_publish_uri = http://lnb-graylog.company.local:9000/
but should have bee this
http_publish_uri = https://lnb-graylog.company.local:9000/
- i skipped over the part in the docs ( Using HTTPS - Configuring Graylog) where you need to create a san cert and include BOTH the FQDN AND the IP of the server.
fixing these two things got me working
thanks again for your help!