[jbosstools-issues] [JBoss JIRA] (JBIDE-24312) Explorer: SSL certificate dialog shows up many many times when using internal test server

Andre Dietisheim (JIRA) issues at jboss.org
Fri Apr 28 04:32:01 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-24312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399675#comment-13399675 ] 

Andre Dietisheim commented on JBIDE-24312:
------------------------------------------

[~rhit_mchappell] thanks for looking this up!
Turns out that the bug is on our side of the trenches. There are basically 2 problems in our implementation:
* the code was flawed when it comes to parsing SSL certificates. It was not using the effective serial number but was erroneously parsing and extracting it when looking into the certificate
* the code was basically creating it's own rules to decide whether 2 certificates are identical. It was extracting info, storing them and comparing those to the infos a new certificate that it gets presented. 

So the work for this issue is to get back to the jdk classes for ssl certificates and let them decide whether 2 certificates are identical. Resulting from this is that we need to store the effective certificate, not values that were extracted from previous certificates.

> Explorer: SSL certificate dialog shows up many many times when using internal test server
> -----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-24312
>                 URL: https://issues.jboss.org/browse/JBIDE-24312
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.4.4.AM3
>         Environment: MacOS
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>            Priority: Critical
>             Fix For: 4.4.4.Final
>
>         Attachments: Screencast_04-25-2017_06-56-06+PM.webm, create connection paas.mp4, diff-in-serial.png
>
>




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list