mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 03:01:52 +00:00
fix GetIsInsecure
This commit is contained in:
parent
35407d12db
commit
aab3dfee4e
|
@ -213,5 +213,5 @@ func (b *BaseAPI) GetPaginationParams() (page, pageSize int64) {
|
|||
|
||||
// GetIsInsecure ...
|
||||
func GetIsInsecure() bool {
|
||||
return config.VerifyRemoteCert()
|
||||
return !config.VerifyRemoteCert()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user