Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Building target-platform results in peer not authenticated

Hi Chan,

Yes the problem is here:

 %% Invalidated:  [Session-1, TLS_ECDHE_RSA_WITH_RC4_128_SHA]
 1101 pool-1-thread-1, SEND TLSv1 ALERT:  fatal, description = certificate_unknown

This could be an issue with your version of openssl. To work around this, try editing both manifest_pom.xml and pom_pom.xml and change the line:


to 


Thanks,
—Dave



On Sep 3, 2014, at 7:44 PM, Chan <dulitha@xxxxxxxx> wrote:

Hi David, 
Previously I was behind a corporate firewall. I tried it out after moving to a different network that doesn't have a firewall. But I still get the same error. I am attaching my error output (debug logs are enabled) to the mail. I tried -U flag as well but the error still prevail.

Cheers~




On Wed, Sep 3, 2014 at 4:51 PM, Woodard, David <David.Woodard@xxxxxxxxxxxx> wrote:
Hi Chan,

It appears that you are not accepting the certificate returned by Github. Are you behind a proxy server or corporate firewall? I am not sure which step is failing, but try adding network debugging via:

mvn -f manifest_pom.xml clean install -Dmaven.test.skip=true -Djavax.net.debug=all -Pcan

or

mvn -f pom_pom.xml clean install -Dmaven.test.skip=true -Djavax.net.debug=all -Pweb

This will generate a lot of output, so you may want to send the output to a file.

Thanks,
—Dave


On Sep 3, 2014, at 4:09 PM, Chan <dulitha@xxxxxxxx> wrote:

Hi David, 
I can build the  target-platform now but I cannot build kura source now. It's giving me the same error I got before. 

Cheers~


On Wed, Sep 3, 2014 at 3:43 PM, Woodard, David <David.Woodard@xxxxxxxxxxxx> wrote:
Hello Chan,

I reverted a few changes we were making on the develop branch, so give it another try. I am concerned that you can’t download artifacts from the Github repo as this could cause problems elsewhere in the build. Let me know if you continue to see problems.

Thanks,
—Dave

On Sep 3, 2014, at 10:43 AM, Chan <dulitha@xxxxxxxx> wrote:

Hi guys,
I am following the kura guide [1]. I am getting a maven build time error for building target-platform. Below is the error -

Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy (copy-bundles-for-publishing) on project p2-repo-common: Unable to resolve artifact. Could not transfer artifact org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.0.0 from/to kura_addons (https://raw.github.com/eurotech/kura_addons/mvn-repo/): peer not authenticated

Tried using below as well to ignore ssl all together but seems like it's not working too. 

mvn clean install -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true  

Cheers~


--
Chan (Dulitha Wijewantha) 
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Mobileware
  ~Email       dulitha@xxxxxxxx
  ~Mobile     +94712112165
  ~Website   dulitha.me
  ~Twitter     @dulitharw
  ~Github     @dulichan
  ~SO     @chan
_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev




--
Chan (Dulitha Wijewantha) 
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Mobileware
  ~Email       dulitha@xxxxxxxx
  ~Mobile     +94712112165
  ~Website   dulitha.me
  ~Twitter     @dulitharw
  ~Github     @dulichan
  ~SO     @chan




--
Chan (Dulitha Wijewantha) 
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Mobileware
  ~Email       dulitha@xxxxxxxx
  ~Mobile     +94712112165
  ~Website   dulitha.me
  ~Twitter     @dulitharw
  ~Github     @dulichan
  ~SO     @chan
<out.out>


Back to the top