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.

Reply via email to