Discussions tagged TLS/SSL

We have windows based application developed on PowerBuilder 2017 and which connects to SQL server 2014. Recently, server protocol upgraded to tls 1.2. From then, application can not connect to database server and it throws SSL hand shake failed error...
I'm having some problems connecting to an old Radius server that is stuck on TLS1.0 I'm getting error -19 in HTTPClient mode and -33 in RESTClient = "TLS 1.3 error. The server does not support TLS 1.3." I've set both SecureProtocol and IgnoreServer...
Hi, our PB 2017 application cannot connect to SQL Server database via SNC when the machine's TLS is 1.3. We recompiled the application using PB 2021 and it still cannot connect. What changes are required in order for a PB application to work/conne...
Hi, How to encrypt (TLS 1.1 or 1.2) Database connection from PowerBuilder application? PB Version: 2017R3 SQL Client: SQL Native Client (sqlncli11) DB Server : MS SQL SERVER 2016 If it is not supported in PB2017, Please let me know whether is it...
Hi, My desktop application (built in PB 2017 R3) is connecting to Sybase ASE 15.7 database thru OpenSSL with below configuration: SQLCA.database = ls_ApplDataBaseNameSQLCA.servername = "MyServerName"SQLCA.logid = ls_ApplLoginIDSQLCA.logpass = ls_Ap...
Hi, The following dbparm configuration required for TLS 1.2 pb connection object is erroring out with the attached error. SQLCA.DBParm = "Database='EnvisionFunds',TrimSpaces=1,TrustedConnection=1" It's looking for domain user even though domain us...
Our Enter Price Users Power builder 2017  only the classic Power builder. We have to disable  TLS 1.0 and TLS 1.1 on the servers that host our SQL server data base. We are facing issues with as we are using SQLOLEDB connection. I came to know from v...
I need the ODBC Driver for SQL Server so I can use encryption TLS 1.2.  I've encountered two problems with inserting and updating datawindows.  I have tables and columns where there is a column on a table that cannot be null but has a database defau...
Hi All, I have PB 125 application running on Appeon 2016 which calls an email web service on the same server deployed previously under PB 12.5.  After our team upgraded to TLS 1.2 calls to the email web service stopped working.  I was able to give i...
My company recently updated from PowerBuilder 12.1 to 2017 R2, so we have a lot of legacy code. I have a working connection to a SOAP webservice using the SoapConnection object. I now need to implement TLS 1.2 when connecting to that webservice, but ...
  • Page :
  • 1