[ 
https://issues.apache.org/jira/browse/NETBEANS-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470952#comment-17470952
 ] 

Thomas Schapitz commented on NETBEANS-6364:
-------------------------------------------

Hi Andoni,

there are a number of ways you can analyse this.
 * if you are comfortable using the command line, try to load/display your key 
using the java keytool.
 * else, you might try to install the Java ME Keystore Management Plugin from 
the Netbeans 8.2 Plugin Portal. Note, that in this case there is the 
complication, that you need to have a JDK <= 13 installed somewhere on your 
disk, because you need unpack200. (It needs to be present, so you can pick, but 
you don't need to switch your JDK you are using for execution)

Using that, you can find out, whether your private key can be loaded at all 
using java. Note, that without additional security libraries installed, Java 
and its keytool support just 2 keystore types: JKS (a java specific type of 
keystore) and PKCS12 (.p12 or pfx).
 * You might install the plugin "SSL Certificate Exception" (Netbeans Plugin 
Portal). This is sort of a band aid, to fix certain certificate validation 
issues, especially expired server certificates, broken trust chains, mismatched 
subjects and similar. The side effect is, that it displays more informations 
regarding the error. However, this focuses mostly on the server side 
certificates.
 * Finally you may try to activate SSL debugging. For this, you will need to  
add  *{-}-J{-}-Djavax.net.debug=all* to the start parameters of Netbeans; 
either in etc/netbeans.conf, or directly on the command line. This will spam 
your sysout with ssl related output, that might indicate the reason, what is 
invalid. Details: 
https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html

 

 

 

> No es capaz de conectarse al repositorio
> ----------------------------------------
>
>                 Key: NETBEANS-6364
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6364
>             Project: NetBeans
>          Issue Type: Bug
>          Components: versioncontrol - Git
>    Affects Versions: 12.4, 12.6
>            Reporter: Andoni Diaz
>            Assignee: José Carlos Macedo
>            Priority: Blocker
>         Attachments: image-2022-01-05-18-10-39-270.png, 
> image-2022-01-05-18-14-30-153.png
>
>
> El IDE indica que para la configuración actual la clave privada es invalida. 
> Es una clave ed25519 pero, también he probado convirtiéndola a formato PEM y 
> otros formatos y no creo que sea el motivo.
> La única información que poseo es la que adjunto en el pantallazo (el puerto 
> es correcto). 
> !image-2022-01-05-18-10-39-270.png!
>  
> Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
> directorio donde se encuentra la aplicación, funciona correctamente:
> !image-2022-01-05-18-14-30-153.png!
> He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
> termino siempre en el IDE y no veo trazas con información extra.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to