Discussions tagged TLS/SSL
Hi Team,
Thank you in advance for your help on this. We have migrated PowerBuilder Windows application from PB 2017 to PB 2022 R3. We made this migration to enable application to use tls 1.2. We are connecting windows application to Microsoft SQL Se...
Windows could not connect to SQL Server after tls upgrade to tls 1.2
- Issue
- Last updated 7 months ago
- Minogue Susan replied 4 months ago
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...
HTTPClient / RESTClient to old internal TLS1.0 server
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 1 year ago
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...
Encrypted connection from PowerBuilder 2017R3 to SQL Server 2016
- Resolved
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
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...
TLS1.2 to connect to database server
- Resolved
- How-to
- Last updated 4 years ago
- Suhas Shravagi replied 4 years ago
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...
PowerBuilder and TLS 1.2 Support
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 3 years ago
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...
Power builder Classic and TLS 1.2 How to ?
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
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...
ODBC Driver 17 for SQL Server problems with updating datawindow
- Resolved
- Issue
- Last updated 5 years ago
- Chad Bailey replied 5 years ago
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...
Unable to Connect to Web Service After Upgrading to TLS 1.2
- How-to
- Last updated 6 years ago
- Tom Jiang @Appeon replied 6 years ago
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...
TLS 1.2 when connecting to a SOAP webservice in PB2017
- Resolved
- How-to
- Last updated 6 years ago
- Sverre Tvedt replied 5 years ago
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