SSL Notes
We have a (very) old project running on Java 1.4, and today we had to struggle with getting SSL HTTP requests to work on it. Since very few have this…
We have a (very) old project running on Java 1.4, and today we had to struggle with getting SSL HTTP requests to work on it. Since very few have this…
If you are using the MySQL 5.6 version of mysqldump on an older MySQL database, you might get the error message. This error is in part due to the introduction…
We recently upgraded to MySQL 5.6, and one of our web applications started failing our automated tests. We have a test that drops all our tables and recreates them again,…