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: Apache WITH SNI (Server Name Indication) binaries
Author
flatcircle



Joined: 27 Jun 2006
Posts: 79

PostPosted: Fri 07 May '10 19:09    Post subject: Apache WITH SNI (Server Name Indication) binaries Reply with quote

Hello

I wondered if you plan to release the 'SNI' version of Apache as well.

Regards.
FC.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Sat 08 May '10 16:35    Post subject: Reply with quote

On apachehaus you can find apache with SNI support.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sat 08 May '10 19:57    Post subject: Reply with quote

I thought Apache Lounge binaries came with SNI since it is on by default when you build OpenSSL, unless you explicitly disable it.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Sat 08 May '10 21:40    Post subject: Reply with quote

@Gregg: Thanks for the hint I forgot that Confused
Back to top
flatcircle



Joined: 27 Jun 2006
Posts: 79

PostPosted: Mon 10 May '10 9:29    Post subject: Reply with quote

This means the binaries from Apachelounge are SNI capable as well?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 10 May '10 19:09    Post subject: Reply with quote

Yes it does.
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Sat 07 Apr '12 16:22    Post subject: Apache 2.4.2x64 Reply with quote

can i assume sni is on in the apachelounge build
how would i test to see if it is turned on
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sun 08 Apr '12 2:21    Post subject: Reply with quote

configure more than one SLL/443 virtual host and try going to the second.

I know you downloaded an Apache Haus set of binaries to try crypto ... there's a conf/extra/httpd-sni.conf file in there, have a look at it .. it should give you the idea. Even has 3 test cert pairs (the one, server.crt/key expired in Nov. tho ... oops), you would just have to add the *.tld hostnames to your Windows hosts file to test with them and that config.
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Sun 08 Apr '12 9:08    Post subject: sni.conf Reply with quote

i got your sni file, thanks
added vhost tested ssl build,confirmed per here:
"http://wiki.apache.org/httpdNameBasedSSLVHostsWithSNI"
which answered my former question

do i merge my sni.conf with ssl.conf, i tested the sni.conf but it uses the build from the 1st/default vhost.
i have builds for each vhost , seperate name ,folder etc
what reference is made in the http.conf to use sni.conv

thanks in advance
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sun 08 Apr '12 9:48    Post subject: Reply with quote

It is just an example for our binaries to guide our users in using SNI.

If you modified ours for your stuff, you can either copy it's contents to your current ssl conf file or just include it in.

Include conf/extra/httpd-sni.conf

in httpd.conf under the Include to the standard httpd-ssl.conf file.

I will mention that I've revamped that file for 2.4.2, using a stronger SSLCipherSuite since the old way is prone to the BEAST attack. There was not much reaon to change it till now, since OpenSSL 1.0.1 is TLS/1.1 & 1.2 capable where 0.9.8 & 1.0.0 were not.

what's been added is at the top between the Listen 443 and SSLPassPhraseDialog
https://www.apachehaus.net/misc/httpd-sni.conf.txt
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Sun 08 Apr '12 15:38    Post subject: SSLPassPhraseDialog Reply with quote

thanks 4 clearing it up
i successfully tested on Firefox 11.0
loving new "SSLPassPhraseDialog"
fyi: 1st/default vhost must add weaker cypher (TLSv1)ref "http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI" because of this SSLCipherSuite, etc should be within your vhost

still getting same error on self-signed but
also found free ssl provider look 4 new thread
Back to top


Reply to topic   Topic: Apache WITH SNI (Server Name Indication) binaries View previous topic :: View next topic
Post new topic   Forum Index -> Apache