Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache +OpenSSL

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache error - I am using Solaris8, Weblogic 7sp2 and IBM HTTPD server. Getting the following error [error] [os error=0, line 199 of Any help is Thanks

Odd apache header (~~~~~~~~~~~~~~:) - Anyone know what this header is? My copy of apache returns it, and I've seen others do it too. Richard.

Apache doesn't start - When I try to start Apache, I got the following error: only one usage of each socket address <> is normally could not bind to address I've looked for answers all over the FAQ, bug report, manuals and so on,..

Using Java to modify Apache...? - Has anyone found any utilities or code to modify the Apache I need to write something that will modify (parts of) the apache and then re-start the server so that the changes are Thanks.

Apache+Tomcat+Cocoon - Anyone ever get those 3 release ever work? I got works fine. But I can't get Cocoon to work. All I got when I did is a directory listing. Helps are greatly PS: Its too confusing to..
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:   
   Web Hosting and Web Master Forums (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 ]