|
Hello,
I've setup a sonar server but sonar eclipse plugin won't connect to it: I got this error ( unable to connect) Test I have done : -I can connect with http connection. -The certificate is accepted by java, tested with : import java.io.InputStream; import java.net.URL; import java.net.URLConnection; public class Main { public static void main(String[] args) throws Exception { URL url = new URL( "https://sonar.dev.oliverlj.tk"); URLConnection conn = url.openConnection(); InputStream input = conn.getInputStream(); System.out.println(input.available()); } } I got a number at the execution, any exception is thrown. I don't know what else I can do. Regards, Olivier |
|
Hi Olivier,
I manage to connect to https://sonar.exoplatform.org/ but not to https://sonar.dev.oliverlj.tk from the Sonar Eclipse plugin and the only difference between the two sonar servers is that your SSL certificate has not been signed by a known authority.
Kind regards, Freddy -----
Sonar for Continuous Inspection On Mon, Jul 9, 2012 at 1:25 AM, Olivier LE JACQUES <[hidden email]> wrote:
|
|
Does this mean that self-signed cert users are just SOL? On Tue, Jul 10, 2012 at 8:57 AM, Freddy Mallet <[hidden email]> wrote: Hi Olivier, G. Ann Campbell Sr. Systems Engineer, IS Production Systems - Shop Floor Systems Shaw Industries Inc, 201 S. Hamilton St.
Dalton Ga 30720 ****************************** Privileged and/or confidential information may be contained in this message. If you are not the addressee indicated in this message (or are not responsible for delivery of this message to that person) , you may not copy or deliver this message to anyone. In such case, you should destroy this message and notify the sender by reply e-mail. If you or your employer do not consent to Internet e-mail for messages of this kind, please advise the sender. Shaw Industries does not provide or endorse any opinions, conclusions or other information in this message that do not relate to the official business of the company or its subsidiaries. ****************************** |
|
Hi Ann,
No, but they should do additional steps in order to make sure that Java accepts such certificates.
On Tue, Jul 10, 2012 at 7:09 PM, Ann Campbell <[hidden email]> wrote:
Best regards, Evgeny Mandrikov aka Godin <http://godin.net.ru> http://twitter.com/_godin_ |
|
Hi,
I've setup again the packages ca-certificates on my ubuntu which include the root certificates of cacert.org and now it is fine. Thanks anyway. From: [hidden email] Date: Tue, 10 Jul 2012 19:13:39 +0600 To: [hidden email] Subject: Re: [sonar-user] Unable to connect to my server with sonar eclipse via https Hi Ann, No, but they should do additional steps in order to make sure that Java accepts such certificates. On Tue, Jul 10, 2012 at 7:09 PM, Ann Campbell <[hidden email]> wrote:
Best regards, Evgeny Mandrikov aka Godin <http://godin.net.ru> http://twitter.com/_godin_ |
| Powered by Nabble | Edit this page |
