logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: To support TLSv1.0 and TLS1.1 with OpenSSL3.x.x
Author
majidex



Joined: 31 Jul 2019
Posts: 3
Location: Japan

PostPosted: Mon 26 Jun '23 12:49    Post subject: To support TLSv1.0 and TLS1.1 with OpenSSL3.x.x Reply with quote

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: 3053
Location: Hilversum, NL, EU

PostPosted: Mon 26 Jun '23 14:23    Post subject: Reply with quote

It is discussed here : https://www.apachelounge.com/viewtopic.php?t=8819

A user says he has a work around, see https://www.apachelounge.com/viewtopic.php?p=41572

Maybe you can test it.

Ps.
No plans now to build with level 0.
Back to top


Reply to topic   Topic: To support TLSv1.0 and TLS1.1 with OpenSSL3.x.x View previous topic :: View next topic
Post new topic   Forum Index -> Apache