[ 
https://issues.apache.org/jira/browse/KNOX-1912?focusedWorklogId=268951&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-268951
 ]

ASF GitHub Bot logged work on KNOX-1912:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jun/19 23:56
            Start Date: 27/Jun/19 23:56
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on issue #105: KNOX-1912 - 
X509CertificateUtil should set CN and SAN
URL: https://github.com/apache/knox/pull/105#issuecomment-506551437
 
 
   Well under IBM, Knox doesn't even compile right now... So not going to worry 
about IBM right now. Will leave the code in there as is and finish running 
through checks on Oracle/OpenJDK.
   
   ```
   docker run -it --rm -v $PWD:/src -v $HOME/.m2:/root/.m2 -w /src 
maven:3-ibmjava-8 mvn -T.5C clean verify -Ppackage,release
   ...
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project gateway-shell: Compilation failure: Compilation failure:
   [ERROR] 
/src/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java:[20,38]
 cannot find symbol
   [ERROR]   symbol:   class TextCallbackHandler
   [ERROR]   location: package com.sun.security.auth.callback
   [ERROR] 
/src/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java:[472,50]
 cannot find symbol
   [ERROR]   symbol:   class TextCallbackHandler
   [ERROR]   location: class org.apache.knox.gateway.shell.KnoxSession
   [ERROR] -> [Help 1]
   ...
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 268951)
    Time Spent: 40m  (was: 0.5h)

> X509CertificateUtil should set CN and SAN
> -----------------------------------------
>
>                 Key: KNOX-1912
>                 URL: https://issues.apache.org/jira/browse/KNOX-1912
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: 1.3.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently the self signed certificate doesn't set the SAN entry and only puts 
> localhost in the CN. SAN is used to verify certificates instead of CN for a 
> lot of tools. We should ensure that the SAN is filled in.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to