wenzheng / intellitrac

Automatically exported from code.google.com/p/intellitrac
0 stars 0 forks source link

Unable to connect to https:// trac repo #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to connect to a Trac repo using an https:// URL
2.
3.

Using plugin 0.1 under IDEA 8.1 EAP.

Entered URL, UID and PWD, hit "Test Connection" button - connection failed.
The URL and credentials are correct since if I enter the same info in a
browser, I can login and browse tickets.

Original issue reported on code.google.com by nbpr...@gmail.com on 14 Dec 2008 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by michal.t...@gmail.com on 15 Dec 2008 at 11:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This happens with self-signed certs. As a workaround, you can install the cert 
into 
the JRE's CA list.

In firefox, export the cert:
tools > page info > security > view certificate > details > export

Then import the cert into java's CA list.

keytool -import -alias <some descriptive name> -file <certificate file> 
-keystore "C:
\Program Files\JetBrains\IntelliJ IDEA 8.0.1\jre\jre\lib\security\cacerts"

Original comment by jeanfran...@gmail.com on 27 Jan 2009 at 10:10

GoogleCodeExporter commented 8 years ago
Forgot to mention that the default keystore password is "changeit". Sorry for 
the 
spam.

Original comment by jeanfran...@gmail.com on 27 Jan 2009 at 10:11

GoogleCodeExporter commented 8 years ago
This isnt the case here - we have a Verisign signed certificate.  I tried 
importing
it as suggested (to both the JDK/jre and also the C:\Program Files\...\jre, 
restarted
IDEA, but this makes no difference - I'm still unable to connect.

Do you have a demo https:// site running where we can test this plugin?
Regular http:// works fine - so its just https://

Original comment by nbpr...@gmail.com on 27 Jan 2009 at 2:16

GoogleCodeExporter commented 8 years ago
I have the same problem, but with a self-signed certificate. I have imported the
certificate as you told, restarted IDEA and tested the connection but it still 
fails
to connect to my https trac project.

I'm using IDEA 8.1 (stable release) and Trac 0.11.1.

Original comment by ste...@endrullis.de on 26 Mar 2009 at 10:20

GoogleCodeExporter commented 8 years ago
Sorry, I should have RTFM. I have to install XML-RPC plugin first.

Original comment by ste...@endrullis.de on 26 Mar 2009 at 10:32

GoogleCodeExporter commented 8 years ago
Today I installed the XML-RPC plugin and tried the IntelliTrac plugin again, 
but it
is still not able to connect to my https trac project.

Original comment by ste...@endrullis.de on 21 Jul 2009 at 3:06

GoogleCodeExporter commented 8 years ago
When I click on the "Test Connection" button I get the following error message:
"Failed to connect to Trac server. Please verify your settings and make sure 
you have
proper permissions."

My trac server uses the standard HTTP authentication and TracXMLRPC 1.0.6.
Maybe IntelliTrac is not compatible with this TracXMLRPC version?
What can I do now?

Original comment by ste...@endrullis.de on 21 Jul 2009 at 3:14