You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2018/12/19 13:10:57 UTC

[Bug 63021] New: Cannot store non-PrivateKeys

https://bz.apache.org/bugzilla/show_bug.cgi?id=63021

            Bug ID: 63021
           Summary: Cannot store non-PrivateKeys
           Product: Tomcat 8
           Version: 8.5.20
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: thiago.rodriguesss@gmail.com
  Target Milestone: ----

Good afternoon. I have performed the correct procedures, according to the
tutorial to add my certificate to the site, installed in tomcat 8.20, but I get
the error below.
I do not know how to proceed. Can you help me.

[code]
 java.lang.IllegalArgumentException: java.security.KeyStoreException: Cannot
store non-PrivateKeys
[/code]

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 63021] Cannot store non-PrivateKeys

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63021

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Bugzilla is not a support forum.

First upgrade to the latest 8.5.x release and if you still are experiencing
issues the tomcat users mailing list should be your first point of contact.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 63021] Cannot store non-PrivateKeys

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63021

Thiago Rodrigues <th...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Thiago Rodrigues <th...@gmail.com> ---
Part of server.xml...
The password and alias have been tested and are working correctly. 

<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
redirectPort="8443" />

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />

<Connector scheme="https" secure="true" minSpareThreads="5"
maxSpareThreads="75"
 enableLookups="true" disableUploadTimeout="true" acceptCount="100"
maxThreads="200"
 keyAlias="tomcat" 
 keystoreFile="C:/Users/Administrator/wdoctor.keystore" 
 keypass="minhasenha"
 clientAuth="false" 
 sslProtocol="TLS" />

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org