You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http.send function should accept a CA certificate file w/o a client certificate. Currently the function ignores the CA certificate file unless a client certificate is also specified.
The text was updated successfully, but these errors were encountered:
Previously it would ignore the provided CA parameters unless client
cert info was provided. This change now allows for providing CA info
without any client auth details.
Fixes: open-policy-agent#1976
Signed-off-by: Patrick East <east.patrick@gmail.com>
Previously it would ignore the provided CA parameters unless client
cert info was provided. This change now allows for providing CA info
without any client auth details.
Fixes: #1976
Signed-off-by: Patrick East <east.patrick@gmail.com>
The
http.send
function should accept a CA certificate file w/o a client certificate. Currently the function ignores the CA certificate file unless a client certificate is also specified.The text was updated successfully, but these errors were encountered: