1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-27 14:27:03 +03:00
parent 5124e2e2bc
commit ce2d13d0f4
40 changed files with 8523 additions and 8590 deletions

View File

@@ -4,5 +4,5 @@
OPI_TCP.CloseConnection(Connection);
Address = "tcpbin.com:4243";
Tls = OPI_TCP.GetTlsSettings(False);
Tls = OPI_TCP.GetTlsSettings(True);
Connection = OPI_TCP.CreateConnection(Address, TLS);

View File

@@ -1 +1 @@
 Result = OPI_TCP.GetTlsSettings(False);
 Result = OPI_TCP.GetTlsSettings(True);