Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.4.1
-
None
Description
If an incorrect fingerprint and ssl_verify_cert was set to on, a "self signed certificate" exception will be raised:
import mariadb |
conn=mariadb.connect(db="test", tls_fp="1F927AA55D9C966578867BC5F186ECFDCD8ED8E620D9EE71FFC120A81273B1FDA24A4CFB1C684754E19B3918B84D4389", ssl_verify_cert=True) |
|
mariadb.OperationalError: TLS/SSL error: self-signed certificate
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
If an incorrect fingerprint and ssl_verify_cert was set to on, a "self signed certificate" exception will be raised:
{code:java} conn=mariadb.connect(db="test", tls_fp="1F927AA55D9C966578867BC5F186ECFDCD8ED8E620D9EE71FFC120A81273B1FDA24A4CFB1C684754E19B3918B84D4389", ssl_verify_cert=True) mariadb.OperationalError: TLS/SSL error: self-signed certificate {code} |
If an incorrect fingerprint and ssl_verify_cert was set to on, a "self signed certificate" exception will be raised:
{code:java} import mariadb conn=mariadb.connect(db="test", tls_fp="1F927AA55D9C966578867BC5F186ECFDCD8ED8E620D9EE71FFC120A81273B1FDA24A4CFB1C684754E19B3918B84D4389", ssl_verify_cert=True) mariadb.OperationalError: TLS/SSL error: self-signed certificate {code} |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fixed in rev. 968b5f0aa2d22d0bcd6c7deb6f422497e61c3881