troubleshooting

How to configure RisingWave to access a Minio state store over HTTPS?

I'm setting up a RisingWave instance on Kubernetes and using an external Minio instance as the state store. However, RisingWave seems to be trying to connect to Minio using HTTP, and it fails with a redirect error to HTTPS. How can I configure RisingWave to properly access Minio over HTTPS?

Ca

Can Yavuz

Asked on Sep 11, 2023

Previously, RisingWave did not support HTTPS for the Minio state store, as Minio uses HTTP by default. However, a recent update in RisingWave now allows connecting to Minio via HTTPS. You can check out the pull request at https://github.com/risingwavelabs/risingwave/pull/12517 for the implementation that supports this feature. If you still need to use Minio over HTTPS, you can try updating to the version that includes this pull request.

Oct 07, 2023Edited by