Foreman_url with port 9090

Hey,

I’m using Katello and I’m trying to configure iPXE provisioning. I’m stuck with Kickstart default iPXE template where is ks = foreman_url('provision', static: '1') and after it’s rendered I see ks=https://vforeman04.domainname.com:9090/unattended/provision?static=1&token=e195c550-3775-436d-88c5-bae7ad937aa7

This link is not reachable but if I use exactly the same without port 9090 it works fine. I have no more ideas on how to avoid adding this port to this foreman_url(kind)

Thanks for your help.

It looks like I’ve solved that. It was weird behavior when smart-proxy doesn’t have templates plugin. After templates plugin installation and changing port in foreman-proxy/settings.d/templates.yml I’m able to getting foreman_url without port 9090.