| Anonymous | Login | Signup for a new account | 11-05-2025 16:49 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | Product Version | 4.0.49 | |||||
| Product Build | |||||||||
| 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 |
||||||||
| Steps To Reproduce | |||||||||
| 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. |