'Trying to create Quarkus project with CodeReady: Unsupported or unrecognized SSL message

I'm new to Quarkus, but I've used CodeReady Studio with Java for a couple of years now. Like most companies, we have a company-wide proxy. We also use Nexus as Maven repository proxy. Both work fine with CodeReady Studio using the correct settings. CodeReady Studio is running on a Windows WSL.

Now I installed another CodeReady Studio (12.21.3.GA) to experiment with Quarkus. I copied the Proxy and Maven settings from my working CodeReady Studio.

However, when I try to create a new Quarkus project, everything works fine up to the last step. After selecting the Quarkus Extensions, I click on "Finish", and then I get the error message "Unsupported or unrecognized SSL message".

Does anyone know where this comes from? Are there any Eclipse logs to search through?

I have to add that if I create a project using https://code.quarkus.io/ which I download and unzip, everything works fine using quarkus dev.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source