For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 11 replies, 4 voices, and was last updated 20 years, 2 months ago by
caseyd.
-
AuthorPosts
-
Peter HulstMemberI can’t seem to get a connection to our bugzilla (2.16.7) that sits on https.
Is it possible to connect at all with the myeclipse bugzilla plugin?
I try to connect to https://bugzilla.<mycompany>.com but get:I get the message ‘could not establish a HTTP connection with server located at bugzilla.<mycompany>.com’ .
how do I get this to work, or are there any plans to support https for this plugin?
thanks
peter😥
July 19, 2005 at 6:05 pm #233272
Scott AndersonParticipantIs it possible to connect at all with the myeclipse bugzilla plugin?
Sure it is. I just connected using https (yes, it’s supported) to the eclipse.org bugzilla repository and it worked fine.
I get the message ‘could not establish a HTTP connection with server located at bugzilla.<mycompany>.com’ .
Try getting a login at eclipse.org and connecting to https://bugs.eclipse.org/bugs with your loginid/password. If that works, it’s simply a configuration issue with your server of some sort.
July 20, 2005 at 4:08 pm #233338
Peter HulstMemberthanks for the response. I tried to connect to bugs.eclipse.org and that indeed worked. i’m still lost on why it doesn’t work with our bugzilla server though. I can access it through my browser just fine.
Does the plugin connect the same way as a browser connects, or does it use a different port or protocol or something? Could it be that we need to enable or configure something on the bugzilla server end to make this work? As far as I’m aware I’m the only one who’s tried to connect to this bugzilla server this way, everyone else uses the web interface.
thanks
PeterJuly 21, 2005 at 9:32 am #233379
Kapil KapreMember@sfpeter wrote:
thanks for the response. I tried to connect to bugs.eclipse.org and that indeed worked. i’m still lost on why it doesn’t work with our bugzilla server though. I can access it through my browser just fine.
Does the plugin connect the same way as a browser connects, or does it use a different port or protocol or something? Could it be that we need to enable or configure something on the bugzilla server end to make this work? As far as I’m aware I’m the only one who’s tried to connect to this bugzilla server this way, everyone else uses the web interface.
thanks
PeterHi Peter,
I have a Q. Does your Bugzilla server use HTML Templates for changing language/formatting ? Can you confirm your BZ version ??
We currently only support the following BZ versions gttp://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-5172.htmlJuly 22, 2005 at 2:15 pm #233473
Kapil KapreMemberPeter,
I recieved both your attachments and the pages check out fine. I have another quick question for you. Is the SSL Certificate on your BZ site self-signed / untrusted? ( Usually a good way to know is if you get a dialog box asking you to accept a security certificate when you access the BZ website). I ask because currently we do not support these kinds of SSL certificates.
Thank you for your patience.July 22, 2005 at 7:34 pm #233486
Peter HulstMemberWell, I don’t know much about how these SSL certificates work.
I understand from our sysadmin that our certificates are not self signed, but that they live in our own keystore, so I suppose that means that myeclipse would consider them untrusted.What keystore does myeclipse use, and would it be possible to get our keys in there?
thanks again for your help,
peterJuly 23, 2005 at 8:07 am #233494
Kapil KapreMember@sfpeter wrote:
Well, I don’t know much about how these SSL certificates work.
I understand from our sysadmin that our certificates are not self signed, but that they live in our own keystore, so I suppose that means that myeclipse would consider them untrusted.What keystore does myeclipse use, and would it be possible to get our keys in there?
thanks again for your help,
peterHi Peter,
Thanks for that additional bit of information. The way SSL is set up on the BZ server affects greatly how our BZ plugin will interact with your server. Although we would love to its simply not possible for us to support every kind of configuration out there. Having said that, there is still a slim chance we can get it to work for you.
I need you to try this for me,
Add the following to your eclipse shortcut:
“-vmargs -Djavax.net.ssl.keyStore=<keystore_file>”
You will need to create a local keystore file (you can use a tool named keytool provided by SUN along with the JDK) and import the certs used by your company into that file. If possible , can you get your sys-admin to help you on this? (creating a localkeystore)Does the plugin connect the same way as a browser connects, or does it use a different port or protocol or something? Could it be that we need to enable or configure something on the bugzilla server end to make this work? As far as I’m aware I’m the only one who’s tried to connect to this bugzilla server this way, everyone else uses the web interface.
Yes it connects exactly like a browser.
July 25, 2005 at 1:19 pm #233589
Peter HulstMemberI modified the startup properties in my MyEclipse shortcut to the following
C:\eclipse\eclipse.exe -vmargs -Duser.language=en -Xmx512M -Dosgi.splashLocation="C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp" -Djavax.net.ssl.keyStore="C:\j2sdk1.4.2_08\jre\lib\security\cacerts"and imported my company’s certs into that cacerts file, using keytool.
Unfortunately, no difference, I still get the same error message. Is there anything else I can try? Is there a certain external keystore used by eclipse and would there be a way to get our keys into that keystore?
If all else fails, is there any chance that our configuration will be supported in a future release of the MyEclipse plugin?
thanks
PeterJuly 27, 2005 at 2:09 am #233704
Kapil KapreMemberHi Peter,
@sfpeter wrote:
I modified the startup properties in my MyEclipse shortcut to the following
C:\eclipse\eclipse.exe -vmargs -Duser.language=en -Xmx512M -Dosgi.splashLocation="C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp" -Djavax.net.ssl.keyStore="C:\j2sdk1.4.2_08\jre\lib\security\cacerts"and imported my company’s certs into that cacerts file, using keytool.
Unfortunately, no difference, I still get the same error message. Is there anything else I can try? Is there a certain external keystore used by eclipse and would there be a way to get our keys into that keystore?
Unfortunately this means that we dont currently support your SSL configuration. I will need to file this issue and prioritize accordingly.
@sfpeter wrote:
If all else fails, is there any chance that our configuration will be supported in a future release of the MyEclipse plugin?
thanks
PeterWe cant really guarantee a timeframe, however more requests for the same will help in bumping up the priority. We apologize for the inconvenience caused.
July 27, 2005 at 2:11 pm #233784
Peter HulstMemberWe have about 10 java developers here who are using Eclipse and I’m trying to get them interested in using MyEclipseIDE as well. So please count this request for 10 🙂
bad news, but thanks for your help in trying various things. I still think MyEclipseIDE rocks.
Peter
July 27, 2005 at 8:56 pm #233810
Scott AndersonParticipantPeter,
Please remember that you can use the web interface to bugzilla from within MyEclipse as well. You just need to open a MyEclipse Web Browser window (little globe icon on the toolbar) and set the URL to your bugzilla install. That will give you the interface everyine is already used to, and still be within MyEclipse for convenience. And, you can have as many browser windows as you need. How’s that?
June 6, 2006 at 12:09 pm #253150
caseydMemberCount Stanford.edu in as wanting support for self-signed certs…
Is there a formal place for such a request-vote? -
AuthorPosts
