About 10,100 results
Open links in new tab
  1. MySQL and SSL connection failing ERROR 2026 (HY000)

    MySQL and SSL connection failing ERROR 2026 (HY000) Asked 11 years, 11 months ago Modified 8 years, 9 months ago Viewed 122k times

  2. MySQL Workbench SSL connection error: SSL is required but the server ...

    Nov 3, 2021 · Open MySQL workbench right-click on the particular MySQL instance and select " Edit Connection " Select the " SSL " tab under Connection Method Select the drop-down for the " Use …

  3. Delphi 11.1's FireDAC and MySQL: SSL connection error: unknown error ...

    Apr 24, 2022 · But that is also true from the Connection Editor in the VM where FireDAC successfully connects, so I am assuming that System32 is being mapped to C:\Windows\SysWOW64. If anyone …

  4. pip install fails with "connection error: [SSL: CERTIFICATE_VERIFY ...

    Awesome, thx! The trusted-host seems to be sufficient, ie. pip install --trusted-host pypi.python.org pypi_package. Using --verbose shows that without --trusted-host, the HTTPS connection fails, …

  5. MySQL ERROR 2026 - SSL connection error - Ubuntu 20.04

    May 7, 2020 · $ mysql -u yamcha -h database.yourproject.com -p --port 3309 ERROR 2026 (HY000): SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol …

  6. Unable to establish SSL connection, how do I fix my SSL cert?

    CONNECTED(00000003) 15586:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:588: While if I do the same …

  7. MariaDB 11 (also MySQL) "CLI ERROR 2026 (HY000): TLS/SSL error: SSL …

    Jun 27, 2024 · MariaDB 11 (also MySQL) "CLI ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it" when connecting to MariaDB 10.4 [closed] Asked 1 year, 5 …

  8. mysql ERROR 2026 (HY000): SSL connection error: error:00000001:lib (0 ...

    ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func(0):reason(1) The value I've specified for host matches what is set up as the bind-address in my.cnf I'm still google more to find …

  9. How to solve javax.net.ssl.SSLHandshakeException Error?

    Mar 16, 2017 · In essence what I had to do was to extract the public keys from the server and store it in a keystore inside my applet and when I connected to the server I used this key store to create a trust …

  10. How to solve API connection error and SSL certification error while ...

    Jul 26, 2022 · 0 same problem here, trying to use the API from a corporate network. Unfortunately, in similar situations I have had to resort to disabling the SSL verification. I tried adding variations of …