I downloaded micronaut 1.04 binary. I specified MICRONAUT_HOME environment variable and updated path. When I type mn, I get the following error:
| Error Error occurred running Micronaut CLI: unable to find valid certification path to requested target (Use --stacktrace to see the full trace)
I am behind proxy and set up all right proxy variables for java (http_proxy, https_proxy, proxyHost, proxyPort in -D variables, etc.) Can someone tell me how should I proceed in windows?