Greetings!
I’ve used SuSE for over 20 years. Been running production Samba server as local network file server since Netware days,
Looked at a number of other distros over the years when frustrated but always came back to SuSE, namily because of YAST.
Recently I wanted to host a web based contact application for my own use. I wanted to install
mariaDB and dBeaver on Leap 15.4.
In my initial attempt, I got them both running, but was getting errors indicated there was a corruption in the mariaDB repository. Problem with metadata or something.
Finally decided to do a fresh download and install of Leap 15.4, followed by a mariaDB installation. Leap 15.4 installs just fine. To Install MariaDB on OpenSuse 15.4 I followed the instruction in this link: How to install MariaDB 10 on OpenSuse 15.4 – NextGenTips
These are the commands I issues successfully:
zypper ref
zypper update -y
zypper addrepo --gpgcheck --refresh https://yum.maridb.org/10.6/les/15/x86_64 mariadb
sudo zypper addrepo --gpgcheck --refresh Index of /yum/10.6/sles/15/x86_64/ mariadb
rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
All went fine utill I issued this command:
zypper --gpg-auto-import-keys refresh
Which returned the following:
Retrieving repository ‘mariadb’ metadata …[error]
Repository ‘mariadb’ is invalid.
[mariadb|https://yum.maridb.org/10.6/les/15/x86_64] Valid metadata not found at specified URL
History:
- [|] Error trying to read from ‘https://yum.maridb.org/10.6/les/15/x86_64’
- Download (curl) error for ‘https://yum.maridb.org/10.6/les/15/x86_64/content’:
Error code: Curl error 60
Error message: SSL: no alternative certificate subject name matches target host name ‘yum.maridb.org’
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository ‘mariadb’ because of the above error.
Repository ‘Update repository of openSUSE Backports’ is up to date.
Repository ‘Non-OSS Repository’ is up to date.
Repository ‘Main Repository’ is up to date.
Repository ‘Update repository with updates from SUSE Linux Enterprise 15’ is up to date.
Repository ‘Main Update Repository’ is up to date.
Repository ‘Update Repository (Non-Oss)’ is up to date.
Some of the repositories have not been refreshed because of an error.
Surly this popular database can be easily installed on 15.4
Has anyone been successful?
Can someone point me in the right direction?
Should I just ignore this error and continue to define my database?
Any help appreciated,
Have fun,
Paxton