[CONC-414] mysql_real_connect() is crashing for SSL connection when client key and client certificate passed Created: 2019-05-30 Updated: 2019-06-27 Resolved: 2019-06-27 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Deep Shikha | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Attachments: |
|
| Description |
|
mysql_real_connect() is crashing for SSL connection when client key and client certificate passed. It give error "OPENSSL_Uplink(60718000,08): no OPENSSL_Applink". For MariaDB C connector version 2.2.3 It returns below error: OpenSSL -Win32 version: OpenSSL 1.0.2q |
| Comments |
| Comment by Georg Richter [ 2019-05-30 ] |
|
This doesn't seem a bug in Connector/C, but in your application. Looks like you're using different linker options for the application which are not compatible with the linker options openssl was built. See also OpenSSL FAQ |
| Comment by Deep Shikha [ 2019-06-03 ] |
|
Issue resolved by the link provided. Thank you. |