Closed fernwer closed 4 months ago
Your MinIO server is running with TLS, but you are accessing non-TLS.
Sorry @fernwer , I encountered the same error. How did you solve it before?
Sorry @fernwer , I encountered the same error. How did you solve it before?
Hi @anhnhust , just set the base_url(your_endpont) as base_url(your_endpoint,false) to be non-TLS, the problem will be solved.
I try to run the BucketExists.cc to check the connectivity to the my MinIO cluster. Here is my code:
However, while I try to run the code, the result is unchanged as followed:
At first I thought it may be an url misconfiguration, so I tried changing the url in different formats but it never worked, after that I also tried pinging the server and the server network was connected.
But when I change the code to Python version, everything seems fine.
So is there anything wrong with my connection configuration in C++ version ?