Skip to content

Commit ad1b3eb

Browse files
Merge pull request #966 from QualiSystems/vcetner_ignore_certificate
Vcetner ignore certificate
2 parents 720477e + c73dc89 commit ad1b3eb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package/cloudshell/cp/vcenter/common/vcenter/vmomi_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def connect(self, address, user, password, port=443):
6464
context = None
6565
import ssl
6666
if hasattr(ssl, 'SSLContext'):
67-
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
67+
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
6868
context.verify_mode = ssl.CERT_NONE
6969

7070
try:

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.14.0

vcentershell_driver/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="this driver manage all the commands that runs at the vcenter context" MainClass="driver.VCenterShellDriver" Name="VCenter Driver" Version="1.13.1">
1+
<Driver Description="this driver manage all the commands that runs at the vcenter context" MainClass="driver.VCenterShellDriver" Name="VCenter Driver" Version="1.14.0">
22
<Layout>
33
<Category Name="Deployment">
44
<Command Description="" DisplayName="Deploy From Template" EnableCancellation="true" Name="deploy_from_template" Tags="allow_unreserved" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cloudshell-shell-core>=3.1.0,<3.2.0
2-
cloudshell-cp-vcenter>=1.13.0,<1.14.0
2+
cloudshell-cp-vcenter>=1.14.0,<1.15.0
33
cloudshell-cp-core>=1.0.0,<1.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.14.0

0 commit comments

Comments
 (0)