cannot connect self-maintained gitlab repo since upgraded to community version 2022.3.x
已回答
Dear development team members,
I was unable to connect our company's gitlab server repo from IDEA community version, since upgraded to community version 2022.3.x
now the only latest working version is 2022.2.5 for me
the self-maintained gitlab uses official government issued CAs,
but the error occurred when I goes to settings->maven->repositories
and tries to update repositories,
are there any suggestions?
请先登录再写评论。
Please see https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000094584-IDEA-Ultimate-2016-3-4-throwing-unable-to-find-valid-certification-path-to-requested-target-when-trying-to-refresh-gradle?page=1#community_comment_115000405564.
You need to add your root CA into the JVM that is configured to run Maven: https://i.imgur.com/SbuV0a9.png.
Dear Serge,
I added root CA into JVM already, and using java11 jdk for importing,
the error log shows "authorization exception retrieving nexus-maven-repository-index.properties"
any further suggestion?
thanks a lot!
Does Maven import/build work outside of IntelliJ IDEA in the command line using the same JDK version?
Please file a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA and attach the logs: Help | Collect Logs and Diagnostic Data.
Thanks! I did report an issue on my situation with logs,
hope for the best!
Thanks for the report at https://youtrack.jetbrains.com/issue/IDEA-316846. Please make sure Maven settings.xml has the valid username/password specified for this repository.
yes, the same settings.xml works fine on version 2022.2.5, but not on 2023.1