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: Unable to hide server and openssl information on windows
Author
hariprasad.n



Joined: 06 Jan 2017
Posts: 4
Location: Bangalore

PostPosted: Wed 18 Jan '17 13:22    Post subject: Unable to hide server and openssl information on windows Reply with quote

Hi Team,

I am using Apache 2.4.25 and configured with
ServerSignature Off
ServerTokens Prod entries.

On browser the apache and openssl versions are not showing, but when i scan the URL on "https://www.ssllabs.com/ssltest" site it is showing the exact Apache and openSSL version details.

Is there any way to hide this information.
Back to top
DnvrSysEngr



Joined: 15 Apr 2012
Posts: 217
Location: Denver, CO USA

PostPosted: Wed 18 Jan '17 19:05    Post subject: Reply with quote

Your settings of

ServerSignature Off
ServerTokens Prod


are correct.

I just tried the test at ssl labs and my server info DID NOT appear at all.

One option you can try (this is what I am using too) is "mod_bikeshed."

It can be found at:

https://www.apachehaus.net/modules/mod_bikeshed/
Back to top
DnvrSysEngr



Joined: 15 Apr 2012
Posts: 217
Location: Denver, CO USA

PostPosted: Wed 18 Jan '17 19:17    Post subject: Reply with quote

Just to confirm, the steps you have taken along with the alternate solution I posted will only hide the Apache Server version. It will not hide the SSL Certificate information.

I have never seen SSL version posted via Apache (if that is indeed what you are saying). The SSL Certificate information is posted, not the version (ex. 1.01x, 1.1.0x, etc.).
Back to top


Reply to topic   Topic: Unable to hide server and openssl information on windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache