Hi,
After I enabled SSL in a smart proxy I got in foreman:
…snip
Edit Proxy
×
Unable to save
• Unable to communicate with the proxy: No such file or directory - /usr/share/foreman/.puppet/var/ssl/private_keys/lea.fasel.at.pem
• Please check the proxy is configured and running on the host before saving.
snap…
I am aware that in the wiki a workaround is mentioned, basically it is saying 'create symlinks'
http://theforeman.org/projects/smart-proxy/wiki/SSL
but why is it?
Shouldn't it be possible to do something like this in settings.yaml:
<pre>
…
:require_ssl: true
:ssl_certificate: /etc/pki/tls/certs/lea.fasel.at.pem
:ssl_ca_file: /etc/pki/tls/certs/ca.pem
:ssl_priv_key: /etc/pki/tls/private/lea.fasel.at.pem
…
</pre>
Kind Regards, Markus
> Hi,
> After I enabled SSL in a smart proxy I got in foreman:
>
> …snip
> Edit Proxy
>
> ×
> Unable to save
>
> • Unable to communicate with the proxy: No such file or directory - /usr/share/foreman/.puppet/var/ssl/private_keys/lea.fasel.at.pem
> • Please check the proxy is configured and running on the host before saving.
> snap…
>
you can configure the certificates that foreman uses under more --> Settings.
Ohad
···
On Wed, Mar 14, 2012 at 1:35 PM, Markus Falb wrote:
> I am aware that in the wiki a workaround is mentioned, basically it is saying 'create symlinks'
> http://theforeman.org/projects/smart-proxy/wiki/SSL
>
> but why is it?
> Shouldn't it be possible to do something like this in settings.yaml:
>
>
> ...
> :require_ssl: true
> :ssl_certificate: /etc/pki/tls/certs/lea.fasel.at.pem
> :ssl_ca_file: /etc/pki/tls/certs/ca.pem
> :ssl_priv_key: /etc/pki/tls/private/lea.fasel.at.pem
> ...
>
>
> Kind Regards, Markus