Workshop 4.x Extensions: Received fatal alert: handshake_failure in Jetty Server
Accepted answer
I fixed this problem in Chrome following this answear: http://superuser.com/a/876294 I believe that something simillar is happening in FF
Chrome probably blocks SSLv3 as too old/vulnerable. So perhaps use only locally for testing.
Fran Burgos selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Dec 19 '14, 3:01 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
It worked for me and still works with all browsers. However, since there have been some SSL bugs recently, maybe your company or you changed the SSL protocol versions supported to one that is not yet supported with CLM? Just a guess.
Comments
Fran Burgos
commented Dec 23 '14, 7:43 a.m.
I did nothing special. I am working with a Virtual Machine where I have installed RTC following the Workshop's steps. Then I have installed Chrome and Firefox from official sites. Nothing else.
I realized, that VMWARE uses one of the ports used by the workshop. Can you check that?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I have used it with all 4.x versions, except 4.0.7 so far and I have not seen this kind of error. I have seen issues with connecting, sometimes something blocks the entire port, however, what you describe does not seem to fall into that category.
Have you tried a different browser?
Now that you said these, I just test it on Chrome 39, Firefox 34 and IE 8 and it only works on IE.
I remember I did this Workshop with RTC 4.0.5 and it worked on every browser.
You may have to enable SSL debugging to find out what's going on. In the Jetty launch file, add the following line to enable SSL handshake debugging.
Orif you want to debug all handshakes.