[Solved] Mylyn + Trac ticket display issue [message #1767071] |
Fri, 30 June 2017 07:24  |
Eclipse User |
|
|
|
Hi all,
I have a fresh eclipse installation (Oxygen June release - 4.7.0) on Lxubuntu. The configuration is standard.
I am trying to access Trac repo with self-signed certificate operational since Nov 2016.
I can access the Trac repo using Firefox web interface.
Mylyn repository addition works and I can see the query results. However, when I want to see the details, I get "Unacceptable TLS certificate" error.
The connection is default (and being shown as XMLRPC in apache log on the Trac server).
I have tried following steps.
a. Using Internal as well as External Browsers from within eclipse
b. Saved server cert in a local keystore in my user account. keytool listing shows the certificate.
c. Saved server cert in Java default keystore (cacerts) within jvm/lib directory (again default install). keytool listing shows the certificate as well.
In both (b & c) cases, I changed eclipse.ini to include appropriate environment variables.
None of the above steps help.
On Trac server side, there are no requests registered for the details query so I assume this is purely Mylyn or eclipse issue with self-signed certificate.
Let me know if more details are required. Any pointers will be appreciated.
Thanks in advance.
[Updated on: Fri, 11 August 2017 03:09] by Moderator
|
|
|
|
|
Re: Mylyn + Trac ticket display issue [message #1770420 is a reply to message #1767545] |
Fri, 11 August 2017 03:08  |
Eclipse User |
|
|
|
Latest update.
While trying to reproduce and log issue as Jaxsun had suggested (though very late), I tried the connection again and it worked now !!
The issue I think is if you force the certificate authentication - self signed certificates are not accepted. If you dont do that, the requests (web or XML-RPC) are accepted as legit and can be accessed on https protocol.
-- Tapan
|
|
|
Powered by
FUDForum. Page generated in 0.07219 seconds