Skip to content

Commit

Permalink
Merge pull request metal3-io#292 from dtantsur/ironic-proxy
Browse files Browse the repository at this point in the history
ironic-proxy: never validate TLS peer name
  • Loading branch information
openshift-merge-robot authored Aug 18, 2022
2 parents a651557 + 2fc4e23 commit 6107e24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ironic-config/apache2-proxy.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@

{% if env.IRONIC_INSECURE == "true" %}
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
{% else %}
SSLProxyCACertificateFile {{ env.IRONIC_CERT_FILE }}
SSLProxyVerify require
SSLProxyCheckPeerExpire on
{% endif %}
SSLProxyCheckPeerName off

{% endif %}

Expand Down

0 comments on commit 6107e24

Please sign in to comment.