console icon indicating copy to clipboard operation
console copied to clipboard

Performance Test cannot start if TLS Cert doesnt have an IP SAN

Open sma777 opened this issue 2 years ago • 6 comments

2022-06-08_15h44_52

As shown in the screenshot, the Performance test cannot be started, even though the MINIO_SERVER_URL="https://my.server.here:9000" has been set. Thus im able to access the console.

Is there any possibility of telling the console to use the MINIO_SERVER_URL here instead?

sma777 avatar Jun 08 '22 13:06 sma777

are you running Console standalone? @sma777

harshavardhana avatar Jun 08 '22 14:06 harshavardhana

@harshavardhana

Hello,

Im running a Standalone Binary server, which runs the API and the Console, if that is what you asked.

I have downloaded the Binary with this command: wget https://dl.min.io/server/minio/release/linux-amd64/minio

sma777 avatar Jun 08 '22 14:06 sma777

how is your MINIO_SERVER_URL set? @sma777

harshavardhana avatar Jun 08 '22 15:06 harshavardhana

@harshavardhana

Hello,

I have created a config file in /etc/default called "minio" which I have passed as a Path in the "minio.service" file as "EnvirormentFile=/etc/default/minio"

I know the file is working since without that Variable i cannot login to the Console since it gives me the same error then.

sma777 avatar Jun 08 '22 15:06 sma777

@dvaldivia is SERVER_URL not honored for performance test calls?

harshavardhana avatar Jun 08 '22 18:06 harshavardhana

I have created a config file in /etc/default called "minio" which I have passed as a Path in the "minio.service" file as "EnvirormentFile=/etc/default/minio"

Please paste your cat /etc/default/minio and lets see if MINIO_SERVER_URL is set properly.

harshavardhana avatar Aug 06 '22 06:08 harshavardhana

We do honor the MINIO_SERVER_URL @harshavardhana, if we weren't, we usually default to localhost:9000

dvaldivia avatar Jun 12 '23 16:06 dvaldivia

With latest releases, Performance Tests can be run with registration of cluster in SUBNET with a valid subscription only. Please have a look at https://min.io/pricing.

prakashsvmx avatar Jul 17 '23 12:07 prakashsvmx