Should foreman_url render https when ssl enabled

Should foreman_url render https when ssl enabled?

I have SSL enabled for Foreman, and between foreman and the smart-proxy.

My builds end up in a loop because this:

wget -q -O /dev/null --no-check-certificate <%= foreman_url %>

Renders to:

wget -q -O /dev/null --no-check-certificate http://myforeman.internal/unattended/built

I was expecting:

wget -q -O /dev/null --no-check-certificate https://myforeman.internal/unattended/built

Thanks

> Should foreman_url render https when ssl enabled?
>
> I have SSL enabled for Foreman, and between foreman and the smart-proxy.
>
> My builds end up in a loop because this:
>
> wget -q -O /dev/null --no-check-certificate <%= foreman_url %>
>
> Renders to:
>
> wget -q -O /dev/null --no-check-certificate http://myforeman.internal/unattended/built
>
>
> I was expecting:
>
>
> wget -q -O /dev/null --no-check-certificate https://myforeman.internal/unattended/built
>
>
> Thanks
>
>
AFAIK anaconda (and debian installer) doesnt support https (maybe it was
added recently?) so, we always fail back to plain http.

if it was added since a newer version, we could probably fix that based on
the OS in question.

Ohad

··· On Sat, Apr 20, 2013 at 2:58 AM, Rodrique Heron wrote:


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.