public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: storage: esxi: check 'skip certificate verification' by default
@ 2024-03-20 15:39 Dominik Csapak
  2024-03-21 17:07 ` Thomas Lamprecht
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik Csapak @ 2024-03-20 15:39 UTC (permalink / raw)
  To: pve-devel

needing one less step when adding the storage, assuming most esxi
certificates are self-signed.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/manager6/storage/ESXIEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/storage/ESXIEdit.js b/www/manager6/storage/ESXIEdit.js
index b105b1e3..d11232a0 100644
--- a/www/manager6/storage/ESXIEdit.js
+++ b/www/manager6/storage/ESXIEdit.js
@@ -48,7 +48,7 @@ Ext.define('PVE.storage.ESXIInputPanel', {
 		xtype: 'proxmoxcheckbox',
 		name: 'skip-cert-verification',
 		fieldLabel: gettext('Skip Certificate Verification'),
-		value: false,
+		value: true,
 		uncheckedValue: 0,
 		defaultValue: 0,
 		deleteDefaultValue: !me.isCreate,
-- 
2.39.2





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-22  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 15:39 [pve-devel] [PATCH manager] ui: storage: esxi: check 'skip certificate verification' by default Dominik Csapak
2024-03-21 17:07 ` Thomas Lamprecht
2024-03-22  7:29   ` Dominik Csapak
2024-03-22  8:46     ` Thomas Lamprecht
2024-03-22  9:07       ` Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal