Bug #29955 | cannot use ssl | ||
---|---|---|---|
Submitted: | 22 Jul 2007 10:44 | Modified: | 19 Feb 2010 22:58 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.27 and 5.1.6 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | SSL OpenSSL |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[28 Nov 2007 6:18]
Martin Ortiz
[5 Feb 2008 20:11]
Bogdan Degtyariov
SSL Verify server cert with GUI patch
Attachment: patch29955.diff (application/octet-stream, text), 14.73 KiB.
[5 Feb 2008 22:17]
Bogdan Degtyariov
Modified patch that corresponds to the changes in the patch for bug 16653
Attachment: patch29955_v2.diff (application/octet-stream, text), 14.73 KiB.
[6 Feb 2008 16:04]
Bogdan Degtyariov
Updated patch that does not write SSLVERIFY=0 option if it is not set
Attachment: patch29955_v3.diff (application/octet-stream, text), 14.73 KiB.