-
- Certified Trainer
- Posts: 91
- Liked: 5 times
- Joined: Jan 01, 2006 1:01 am
- Contact:
2 problems adding minio
I'm trying minio for windows as object storage.
Started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
I'm able to connect to the console using minioadmin and created a bucket
stopped minio server
Generated the certificate using certgen and placed in C:\Users\myuser\.minio\certs
started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
if I try to connect to console using minioadmin I get {"code":401,"detailedMessage":"invalid Login","message":"invalid Login"
and if I try to add an S3 compatible repository, after have 'acceptd' to use untruysted certificate, I get :
failed to load Amazon S3 compatible configuration
any idea?
Started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
I'm able to connect to the console using minioadmin and created a bucket
stopped minio server
Generated the certificate using certgen and placed in C:\Users\myuser\.minio\certs
started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
if I try to connect to console using minioadmin I get {"code":401,"detailedMessage":"invalid Login","message":"invalid Login"
and if I try to add an S3 compatible repository, after have 'acceptd' to use untruysted certificate, I get :
failed to load Amazon S3 compatible configuration
any idea?
-
- Veeam Software
- Posts: 132
- Liked: 78 times
- Joined: Jul 24, 2018 8:38 pm
- Full Name: Stephen Firmes
- Contact:
Re: 2 problems adding minio
@balma01 I haven't seen this exact error before. MinIO has some great instructions here https://docs.min.io/docs/using-minio-with-veeam.html which may help you. Additionally, one of my colleagues @jorgedlcruz wrote a great blog which walks you through the steps to setup MinIO + Veeam https://jorgedelacruz.uk/2020/07/22/vee ... s-encrypt/.
Thanks,
Steve
Steve
-
- Certified Trainer
- Posts: 91
- Liked: 5 times
- Joined: Jan 01, 2006 1:01 am
- Contact:
Re: 2 problems adding minio
Hi and thanks.
I've readed the guides provided then I fregenerad my certificate using
Generated the certificate using certgen -ca -host "192.168.x.y"
placed public and private in C:\Users\myuser\.minio\certs
started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
Now I'm able to connect to the minioconsole console using minioadmin
But if I try to add an S3 compatible repository, using https://192.168.x.y:9000
I get :
failed to load Amazon S3 compatible configuration
failed to estabilish connection to Amazon S3 compatible endpoint
I've readed the guides provided then I fregenerad my certificate using
Generated the certificate using certgen -ca -host "192.168.x.y"
placed public and private in C:\Users\myuser\.minio\certs
started minio server using: minio server E:\minio\minio-storage\ --console-address :2222
Now I'm able to connect to the minioconsole console using minioadmin
But if I try to add an S3 compatible repository, using https://192.168.x.y:9000
I get :
failed to load Amazon S3 compatible configuration
failed to estabilish connection to Amazon S3 compatible endpoint
-
- Certified Trainer
- Posts: 91
- Liked: 5 times
- Joined: Jan 01, 2006 1:01 am
- Contact:
Re: 2 problems adding minio
in the log Agent.PublicCloud.Satellite.1.log I see: WinHttpSendRequest: 12175: A security error occurred
-
- Veeam Legend
- Posts: 624
- Liked: 298 times
- Joined: Aug 04, 2019 2:57 pm
- Full Name: Harvey Carel
- Contact:
Re: 2 problems adding minio
12175 would be an SSL error: https://docs.microsoft.com/en-us/window ... r-messages
So something is still wrong with your cert. I've never tried Minio with a Windows server before, but are you sure it's in the right location for the certs? When you launch the Minio server, it's definitely loading over https, yes? And is the WebUI accessible?
Keep in mind if you're using older operating systems, they don't have support for modern SSL ciphers/protocols by default.
So something is still wrong with your cert. I've never tried Minio with a Windows server before, but are you sure it's in the right location for the certs? When you launch the Minio server, it's definitely loading over https, yes? And is the WebUI accessible?
Keep in mind if you're using older operating systems, they don't have support for modern SSL ciphers/protocols by default.
-
- Product Manager
- Posts: 19425
- Liked: 2020 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: 2 problems adding minio
Agree with Harvey here, it seems like certificate-releated issue. You can verify this assumption by opening a support ticket and asking our engineers for additional assistance. Thanks!
-
- Certified Trainer
- Posts: 91
- Liked: 5 times
- Joined: Jan 01, 2006 1:01 am
- Contact:
Re: 2 problems adding minio
Hi,
it seems the KB https://www.veeam.com/kb3215
is releated to the same problem
I'll check it...
Thanks
it seems the KB https://www.veeam.com/kb3215
is releated to the same problem
I'll check it...
Thanks
-
- Product Manager
- Posts: 19425
- Liked: 2020 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: 2 problems adding minio
The referenced article talks about validating certificate status by checking CA revocation list. This only applies to CA certificates. For self-signed certificates (that you are using) there is no such thing as revocation list: to revoke a self-signed certificate one just need to remove it from the whitelist of trusted certificates.
So while the resulting error is the same, the cases causing it seem to be different. That's why we recommend reaching our support team.
Thanks!
So while the resulting error is the same, the cases causing it seem to be different. That's why we recommend reaching our support team.
Thanks!
-
- Certified Trainer
- Posts: 91
- Liked: 5 times
- Joined: Jan 01, 2006 1:01 am
- Contact:
Re: 2 problems adding minio
Opened case 05034538.
Thanks
Thanks
-
- Product Manager
- Posts: 19425
- Liked: 2020 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: 2 problems adding minio
Thank you, now let's wait and see what support team say about the experienced issue.
-
- Influencer
- Posts: 11
- Liked: 1 time
- Joined: Dec 09, 2014 11:42 am
- Full Name: Andrea Cerrito
- Contact:
Re: 2 problems adding minio
Hello,
were you able to solve the problem?
Thank you
were you able to solve the problem?
Thank you
-
- Veeam Software
- Posts: 414
- Liked: 94 times
- Joined: Jan 22, 2015 2:39 pm
- Full Name: Stefan Renner
- Location: Germany
- Contact:
Re: 2 problems adding minio
Hi Init-s,
can you please describe what issue you see in your environment?
As stated above most of them are certificate related.
Thanks
can you please describe what issue you see in your environment?
As stated above most of them are certificate related.
Thanks
Veeam PMA
-
- Influencer
- Posts: 11
- Liked: 1 time
- Joined: Dec 09, 2014 11:42 am
- Full Name: Andrea Cerrito
- Contact:
Re: 2 problems adding minio
Hello,
the problem is the same - error 12175 adding a S3 repository on Minio.
Minio is using lets'encrypt certificate: if I publish minio through a reverse proxy (ie: haproxy, nginx) no problem.
Thank you
the problem is the same - error 12175 adding a S3 repository on Minio.
Minio is using lets'encrypt certificate: if I publish minio through a reverse proxy (ie: haproxy, nginx) no problem.
Thank you
-
- Product Manager
- Posts: 19425
- Liked: 2020 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: 2 problems adding minio
Any chance you have a ticket for this issue opened, so we can check how the investigation went? Thanks!
-
- Veeam Software
- Posts: 414
- Liked: 94 times
- Joined: Jan 22, 2015 2:39 pm
- Full Name: Stefan Renner
- Location: Germany
- Contact:
Re: 2 problems adding minio
Just out of interest, did you try to use other certificates as described here: https://docs.min.io/docs/how-to-secure- ... h-tls.html
In all installations I did it worked well so a ticket on both ends, MiniO as well as Veeam would be needed if none of the certificate ways work for you.
Let us know.
Thanks
Veeam PMA
Who is online
Users browsing this forum: No registered users and 1 guest