Are you saying Tomcat can use OpenSSL instead of Java for TLS? That would be 
great, as OpenSSL does support a number of TLS-PSK ciphers.

________________________________
Borislav Trifonov, CTO
MSc

Macroh Canada, Inc.

#206-395 Railway St.
Vancouver, BC, V6A 1A4
Canada

T: +1 604 694 0002
C: +1 778 688 6139
F: +1 604 694 0001



________________________________________
From: Igor Cicimov [icici...@gmail.com]
Sent: Thursday, September 18, 2014 3:46 PM
To: Tomcat Users List
Subject: Re: How to set up TLS-PSK with Tomcat

On 19/09/2014 5:16 AM, "Borislav Trifonov" <btrifo...@macroh.com> wrote:
>
> We need to use pre-shared keys, not certificates. TLS supports PSK, but
how does one set this up in Tomcat? All the guides for SSL/TLS in Tomcat
I've found talk about setting up certificates.
>
Set sslProtocol="TLS" and appropriate ciphers="..." in the Connector.
Assuming your java version has support for tls_psk you can set those in the
ciphers list. But you dont even say is it java or openssl you are asking
about? Anyway, check the ssl part of the Tomcat Connector documentation for
more details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to