Hi,

These properties will be used in the cluster-default.xml and if you want to use 
only TLS 1.2 you can add the yellow marked addition:

      <resin:when test="${jsse_keystore_file != null}">
        <http address="${http_address?:'*'}" port="${https}">
          <jsse-ssl>
            <key-store-type>${jsse_keystore_type?:'jks'}</key-store-type>
            <key-store-file>${jsse_keystore_file}</key-store-file>
            <password>
              <resin:Password>${jsse_keystore_password}</resin:Password>
            </password>
            <protocol>TLSv1.2</protocol>
          </jsse-ssl>
        </http>

Regards,
Steffen


Von: resin-interest-boun...@caucho.com 
[mailto:resin-interest-boun...@caucho.com] Im Auftrag von Abhishek
Gesendet: Dienstag, 7. November 2017 07:44
An: resin-interest@caucho.com
Betreff: [Resin-interest] Resin SSL_Protocol Configuration for TLS1.2

Hello!

I am using resin-pro-4.0.41 and using below configuration for https 
configuration in "resin.properties"

# JSSE certificate configuration
# Keys are typically stored in the resin configuration directory.
jsse_keystore_type : jks
jsse_keystore_file : keys/server.keystore
jsse_keystore_password : adrs123

I am not able find any configuration related SSL Protocol to be used.

Please share if there is any configuration in which we can specify the protocol 
as TLS 1.2

Regards,
Abhishek | HP: +91-8130370104 |
Email: abhisheksi...@nmsworks.co.in<mailto:abhisheksi...@nmsworks.co.in>
NMSWorks Software PVT LTD | #C3, IITM Research Park, Taramani, Chennai, India - 
600113 |


[Das Bild wurde vom Absender 
entfernt.]<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>

Virus-free. 
www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to