-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not login into intranet server - incorrect login/password #87
Comments
Hi, I am not sure what the problem is here. You can try using something like wireshark and capture the complete HTTP response. |
BWT, I see that you've opened this issue both here and in the original project. Which version of the connector are you using? |
Hi, it looks like the problem is in "GET /api/info/ " request. Below there a part of the ssl_request_log server log (xx.xxx.xxx.xx - is the client ip), (as well please note that there were no references to this IP address in the log files: reviewboard-xfer.log, or reviewboard-error.log): [27/Mar/2012:11:25:07 -0700] xx.xxx.xxx.xx TLSv1 RC4-MD5 "GET /api/ HTTP/1.1" 3950 "-" "Mylyn/3.7.0 eReviewBoard Eclipse/3.7.2 (org.eclipse.epp.package.cpp.product) HttpClient/3.1 Java/1.6.0_29 (Sun) Windows XP/5.1 (x86; ru_RU)" |
Is there any way you can see the response what information is returned to the client? |
Unfortunately, as i did not manage to setup Wireshark to decode SSL traffic, the only hope is logs in the plugin. Is there any way to enable the plugin to log HTTP responses? |
Not directly. I'll have to push a few changes, perhaps during the weekend. |
It would be great. |
In the meantime, you could use a trial of http://www.charlesproxy.com/ and use it to intercept even SSL traffic. |
Is this still an issue? |
yes, I'm still experiencing it |
Can you try configuring HTTP Client to use debug logging? http://hc.apache.org/httpclient-legacy/logging.html has some good info, you probably need to add this to eclipse.ini ( YMMV, haven't tried it ) -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog |
server version is 1.5.
Indigo eclipse, last repository version.
I',m trying to log into a intranet server. I'm sure that credentials are correct because I do can log in via a browser. But the plugin says that my credentials are not acceptable.
BTW, is it possible to see somehow exact server response ?
The text was updated successfully, but these errors were encountered: