[MDEV-15574] Certificate on mariadb.org is not trusted Created: 2018-03-15 Updated: 2018-04-15 Resolved: 2018-04-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian9 |
||
| Description |
|
Debian 9 seems to be a bit picky about your certificate:
Workaround
|
| Comments |
| Comment by Elena Stepanova [ 2018-03-15 ] | ||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2018-03-15 ] | ||||||||||||||||||||||
|
The check https://www.ssllabs.com/ssltest/analyze.html?d=downloads.mariadb.org yields pretty bad results. ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | ||||||||||||||||||||||
| Comment by Daniel Bartholomew [ 2018-03-15 ] | ||||||||||||||||||||||
|
I have just now tested the following wget command on Debian 7 Wheezy, Debian 8 Jessie, Debian 9 Stretch, Debian Sid, and (just to be thorough) Ubuntu Xenial:
On all versions, the wget command connected to the http site, was redirected to https://downloads.mariadb.org and connected to it without issues and then was redirected to a mirror and downloaded the file just fine. So I'm currently unable to reproduce the error. Here's the full output from my Debian 9 VM:
oli: Could you try using wget to download via https from some other site? I just want to check to see if your system is failing for all https requests, or just for requests from downloads.mariadb.org. For example, you could try downloading the Ansible source from github (it's only ~6mb):
Does that give the same error? Or does it succeed? Thanks. | ||||||||||||||||||||||
| Comment by Daniel Bartholomew [ 2018-03-15 ] | ||||||||||||||||||||||
|
otto Are you going to apply the updated TLS settings to the server, or did you want me to? | ||||||||||||||||||||||
| Comment by Oli Sennhauser [ 2018-03-15 ] | ||||||||||||||||||||||
|
Hmmmm... It seems to be in my Debian9 VirtualBox Image... root@debian9:~# wget https://github.com/ansible/ansible/archive/v2.4.3.0-1.tar.gz root@debian9:~# wget https://support.fromdual.com/admin/download/myenv-2.0.0.tar.gz I just renewed our Certificate yesterday and it complains as well. |