| | |
| | |
|
| | | #### Java-based Clients
|
| | |
|
| | | When using Java 7-based clients, SNI is enabled by default. You can disable SNI by specifying the JVM system parameter `-Djsse.enableSNIExtension=false` when your Java-based client launches.
|
| | | Luckily, Java 6-based clients ignore SNI alerts but when using Java 7-based clients, SNI checking is enabled by default. You can disable SNI alerts by specifying the JVM system parameter `-Djsse.enableSNIExtension=false` when your Java-based client launches.
|
| | |
|
| | | For Eclipse, you can append `-Djsse.enableSNIExtension=false` to your *eclipse.ini* file.
|
| | |
|
| | | #### Native Clients
|
| | |
|
| | | Native clients may display an error when attempting to clone or push that looks like this:
|
| | | ---FIXED---
|
| | |
|
| | | ```
|
| | | C:\projects\git\gitblit>git push rhcloud master
|
| | | error: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) while accessing https://demo-gitblit.rhcloud.com/git/gitblit.git/info/refs?service=git-receive-pack
|
| | | fatal: HTTP request failed
|
| | | ---FIXED---
|
| | | ```
|
| | |
|
| | | ### Cloning a Repository
|
| | |
|