Anonymous | Login | Signup for a new account | 01-05-2025 10:14 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006052 | [Resin] | major | always | 04-25-17 05:26 | 04-25-17 13:43 | ||||
Reporter | VasumathiN | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | no change required | ||||||
Status | closed | Product Version | 4.0.49 | ||||||
Summary | 0006052: Disable TLS version 1.0/TLS version 1.1 in resin server | ||||||||
Description |
How to disable TLS version 1.0/TLS version 1.1 in resin server4.0.49 Currently we are using given jsse_cipher_suites in resin.properties jsse_cipher_suites : TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0006750) stbu 04-25-17 12:14 |
It's me again (I'm not a Caucho employee, but a 14+ Years Resin user) from bug 0006051 If you really want to exclude TLS 1.0 and 1.1 just use "TLSv1.2" in the <protocol> in your <jsse-ssl> configuration in resin.xml like this: <jsse-ssl> <key-store-file>XXX</key-store-file> <password>XXX</password> <protocol>TLSv1.2</protocol> ... |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 28 unique queries executed. |