Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error when connecting github from jdeveloper 11.1.1.9.0

MadhavanandMar 2 2018 — edited Mar 4 2018

Hi,

I am facing an issue when trying to connect to jdeveloper 11.1.1.9.0 with github repository. This was working earlier last month. I raised an SR with github regarding this and they said that they have applied some patch as part of their upgrade.

Error I am facing:

svn: Received fatal alert: protocol_version

svn: OPTIONS request failed on '/MasterAssassins/Repos.git'

svn: Received fatal alert: protocol_version

svn: OPTIONS request failed on '/MasterAssassins/Repos.git'

Access refused.

I got the following response from github:

" I'm not familiar with Jdeveloper, but would recommend that you check to see if an updated version is available.

You can also check which version of the JDK that you are using. TLSv1 was used by default for JDK releases prior to JDK 8. JDK 8 changed this behavior and defaults to TLSv1.2. Any client (ex. JGit is one such popular client) that runs on older versions of the JDK is affected. This can be addressed by updating to JDK >= 8 or explicitly opting in to TLSv1.2 in JDK 7 (look at the https.protocols JSSE tuning parameter). Unfortunately, versions of the JDK <= 6 do not support TLSv1.2. We advise users of JDK <= 6 to upgrade to a newer version of the JDK."

Is there any patch for jdeveloper 11.1.1.9.0 to connect to github? We are stuck with our work in middle because of this issue. some one please help us out.

Thanks in Advance,

Madhav

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2018
Added on Mar 2 2018
2 comments
494 views