Open GoogleCodeExporter opened 8 years ago
Original comment by michal.t...@gmail.com
on 15 Dec 2008 at 11:32
[deleted comment]
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
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
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
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
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
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
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
Original issue reported on code.google.com by
nbpr...@gmail.com
on 14 Dec 2008 at 7:08