It sounds like you don't have a valid certificate (or certificate chain)
on your JIRA server.
Here's a link to the JIRA documentation for setting up SSL properly:
http://confluence.atlassian.com/display/JIRA/Running+JIRA+over+SSL+or+HTTPS
Eugene Batogov wrote:
Hello !
I am trying to use maven-changes-plugin, version 2.0
with our jira.
I have next configurations:
----------------------------
...
<issueManagement>
<system>JIRA</system>
<url>https://server.net:8443/jira/BrowseProject.jspa?pid=PROJECT1</url>
</issueManagement>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
<configuration>
<jiraUser>user</jiraUser>
<jiraPassword>password</jiraPassword>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>jira-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
...
----------------------------
But get error during generation report:
-------------------------------
Generating "JIRA Report" report.
[ERROR] Error trying to login into JIRA. Cause is:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
[INFO] Generating "Change Log" report
----------------------------------
That I do wrong?
Thanks in advance.
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]