Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Apache +OpenSSL

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  forbidden virtualHost  
Author Message
mark16

External


Since: Jul 03, 2003
Posts: 1



(Msg. 1) Posted: Thu Jul 03, 2003 6:04 am
Post subject: Apache +OpenSSL
Archived from groups: alt>apache>configuration (more info?)

Hi Group,

I'm having a problem with Apache 2.0.45 on Win32. I'm trying to install
a chained SSL certificate, but on restarting Apache, I get the error

"Unable to configure verify locations for client authentication"

The certificate was purchased from freeSSL.com and i've followed their
instructions and had their tech support on this without a resolution
yet. If anybody has encountered this, could you let me know what your
resolution was please? (Or (more likely) let me know my mistake!!)

Thanks,

--Mark.


<VirtualHost xx.xx.xx.xx:443>
<Directory D:/hosted/htdocs/ssl.www.xxxxxx.com/public_html>
AllowOverride Options FileInfo
Options ExecCGI FollowSymLinks Includes Indexes MultiViews
SSLOptions +StdEnvVars
Order allow,deny
Allow from all
</Directory>
ServerAdmin mark RemoveThis @nospam-edwards-family-server.co.uk
ServerName www.xxxxxx.com
DocumentRoot "D:/hosted/htdocs/ssl.www.xxxxxx.com/public_html"
UserDir "D:/hosted/htdocs/ssl.www.xxxxxx.com"
ScriptAlias /cgi-bin/
"D:/hosted/htdocs/ssl.www.xxxxxx.com/public_html/cgi-bin/"
DirectoryIndex index.php index.htm index.html index.php3 index.phtml
index.shtml index.cgi index.pl
CustomLog "D:/hosted/htdocs/ssl.www.xxxxxx.com/logs/access.log" Common
ErrorLog "D:/hosted/htdocs/ssl.www.xxxxxx.com/logs/error.log"
SSLEngine On
SSLCertificateFile conf/www.xxxxxx.com.crt
SSLCertificateKeyFile conf/www.xxxxxx.com.key
SSLCACertificateFile "C:/Program Files/Apache
Group/Apache2/conf/ssl.crt/ca-bundle/baltimore.crt"
</VirtualHost>

 >> Stay informed about: Apache +OpenSSL 
Back to top
Login to vote
jring

External


Since: Jun 30, 2003
Posts: 154



(Msg. 2) Posted: Thu Jul 03, 2003 4:47 pm
Post subject: Re: Apache +OpenSSL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > I'm having a problem with Apache 2.0.45 on Win32. I'm trying to install
 > a chained SSL certificate, but on restarting Apache, I get the error
 >
 > "Unable to configure verify locations for client authentication"
 >
 > The certificate was purchased from freeSSL.com and i've followed their
 > instructions and had their tech support on this without a resolution
 > yet. If anybody has encountered this, could you let me know what your
 > resolution was please? (Or (more likely) let me know my mistake!!)
<snip>
 > SSLCACertificateFile "C:/Program Files/Apache
 > Group/Apache2/conf/ssl.crt/ca-bundle/baltimore.crt"

well, apache tries to tell you that it wants to verify the ca-certs
for client authorisation and couldn't. if you read the docs on
SSLCACertificateFile under

<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslcacertificatefile" target="_blank">http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslcacertificatefile</a>

you see that it's indeed for giving ca-root certs or complete chains
for client auth. since you probably wanted to install a chain cert
only to connect your server cert from freessl to the baltimore root ca
cert in the client browser, it can't be verified. even if it could be
verified, it wouldn't help since you need SSLCertificateChain.

joachim<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache +OpenSSL 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache and openSSL - Does anyone know if Apache comes inbuilt with the openSSL module? or does openSSL have to be slapped on to apache externally ? We have a Apache 1.3.28 (I know, very old) and the openSSL version on that seems to bother the security folks and they are..

Apache 2.0.54. openssl-0.9.7 - I am receiving numerous errors while trying to compile Apache / Openssl on CentOs4 (RHEL). Here is the error....any suggestions greatly appreciated! --------------- s/include -I/root/httpd-2.0.54/modules/dav/main -prefer-non-pic -static -c..

apache 2 + ssl + openssl 0.9.7c solution! - after a while of search post after post, and site after site, i think i finally put together something here that works.. i hope it helps anyone out there... 1. Install OpenSSL the normal way: ../config make make install 2. configure openssl to be share...

RedHat 9.0 + Apache 1.3.28 + mod_ssl + OpenSSL - Hello, I can't seem to get past this: gcc -c -I../../os/unix -I../../include -DLINUX=22 -I/usr/include/gdbm -DMOD_SSL=208115 -DUSE_HSREGEX -DEAPI `../../apaci` -fpic -DSHARED_MODULE -DSSL_COMPAT -DSSL_USE_SDBM -DSSL_ENGINE..

Apache 2.0.40-21.3+mod_ssl+OpenSSL+RedHat 9 - Hello all, I'm in a pinch here - webadmin cut out and I'm trying to complete some of his projects. I know my way around linux ok, but am pretty green on ssl with apache. Been trying for weeks to resolve this... Using these packages (Apache..
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]