Skip to content

Commit

Permalink
是否验证服务端SSL证书
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Sep 5, 2024
1 parent 291702a commit bda7e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Instance(models.Model):
verbose_name="密码", max_length=300, default="", blank=True
)
is_ssl = models.BooleanField("是否启用SSL", default=False)
verify_ssl= models.BooleanField("是否验证服务端SSL证书", default=True)
verify_ssl = models.BooleanField("是否验证服务端SSL证书", default=True)
db_name = models.CharField("数据库", max_length=64, default="", blank=True)
show_db_name_regex = models.CharField(
"显示的数据库列表正则",
Expand Down

0 comments on commit bda7e95

Please sign in to comment.