Bug #82754 | URL in help text doesn't work | ||
---|---|---|---|
Submitted: | 27 Aug 2016 20:10 | Modified: | 28 Aug 2016 6:25 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.7.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[27 Aug 2016 20:10]
Daniël van Eeden
[28 Aug 2016 6:25]
MySQL Verification Team
Thanks for the report! Searching the source tree for 'shop.mysql.com' gives: client/mysql.cc: " https://shop.mysql.com/\n", INFO_INFO);
[20 Apr 2017 10:36]
Tsubasa Tanaka
This causes http://shop.mysql.com redirects https://shop.oracle.com but https://shop.mysql.com doesn't open port 443. $ curl https://shop.mysql.com curl: (7) Failed connect to shop.mysql.com:443; Connection refused My suggestion to fix this, open 443 port for https://shop.mysql.com (and redirects https://shop.oracle.com) And/or change URL to "http" scheme (see attached patch)
[20 Apr 2017 10:37]
Tsubasa Tanaka
patch for 5.7.18 (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: bug82754.patch (application/octet-stream, text), 945 bytes.
[21 Apr 2017 7:48]
Georgi Kodinov
Thank you for taking the effort to report this problem. However I'm not sure I agree with the fix, just because of the trend towards https. I'll try making the URL work instead.