Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: To support TLSv1.0 and TLS1.1 with OpenSSL3.x.x |
|
Author |
|
majidex
Joined: 31 Jul 2019 Posts: 5 Location: Japan
|
Posted: Mon 26 Jun '23 12:49 Post subject: To support TLSv1.0 and TLS1.1 with OpenSSL3.x.x |
|
|
Hello. Sorry if the same question has already been asked.
(From Japanese to English with google translation)
I would like to migrate from VS16 to VS17 while maintaining the current encryption level in response to the end of support for OpenSSL1.x.x.
When I read the OpenSSL3.0.0 document, it says that security level 0 or 1 can be supported, but could you tell me how to specifically configure Apache Lounge VS17 to migrate while maintaining compatibility?
The current "httpd-ssl.conf" settings are as follows
Code: |
SSLCipherSuite HIGH:MEDIUM:!aNULL:!DHE:!SEED:!IDEA
SSLProxyCipherSuite HIGH:MEDIUM:!aNULL:!DHE:!SEED:!IDEA
SSLProtocol all -SSLv2 -SSLv3
SSLProxyProtocol all -SSLv2 -SSLv3
|
I have an old Java program client, so I can't disable TLS 1.0, 1.1. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
|
|
|
|
|