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
We are running a Zally server instance proxied by an Nginx VHost that also does the SSL offloading.
From our CI we try to run a Zally validation against this server using the CLI:
@holgerstolzenberg Thanks for raising this issue. Seems not to be to difficult to implement, e.g. as described in minio/minio-go#1019, however, validation is an essential step in communication security we are strongly interested in. Since we are lacking the resources (and priority) at the moment, we would welcome your contribution here and spend the time to review and test it.
We are running a Zally server instance proxied by an Nginx VHost that also does the SSL offloading.
From our CI we try to run a Zally validation against this server using the CLI:
Causing this error:
Post "https://zally.theserver.org/api-violations": x509: certificate signed by unknown authority
As of now, it is not possible to skip the SSL validation.
Please add an argument for disabling the validation to the CLI (e.g.
--skip-ssl-validation
).The text was updated successfully, but these errors were encountered: