Great! Thanks Mark. Now for my other questions. RH 6.2 Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/4.0.0 ApacheJServ/1.1 mod_perl/1.23 mod_ssl/2.6.4 OpenSSL/0.9.5 In my httpd.conf, I have left the default settings for the global configuration alone. Here is what the vhost setup looks like for the second cert: <VirtualHost 62.14.23.137:443> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/vs03059/public_html ServerName zpowerworks.com ScriptAlias /cgi-bin/ /home/vs03059/cgi-bin/ ErrorLog /home/vs03059/vs03059.error.log TransferLog /home/vs03059/vs03059.access.log SSLEngine on SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/httpd/conf/ssl/zpowerworks.com.crt SSLCertificateKeyFile /etc/httpd/conf/ssl/zpowerworks.com.key SSLOptions +CompatEnvVars SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost> The default vhost setup(for the server) has the same ssl settings as above. <VirtualHost _default_:443> (Server IP being different as mentioned before) I also have a vhost setup for port 80: <VirtualHost 62.14.23.137> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/vs03059/public_html ServerName zpowerworks.com ServerALias zpowerworks.com *.zpowerworks.com ScriptAlias /cgi-bin/ /home/vs03059/cgi-bin/ #ErrorLog /home/vs03059/vs03059.error.log TransferLog /home/vs03059/vs03059.access.log </VirtualHost> When I try to restart httpd, it hangs. When I <ctrl> C, I get the following messages: [Wed Oct 11 17:04:17 2000] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows) [Wed Oct 11 17:04:17 2000] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag [Wed Oct 11 17:04:17 2000] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing [Wed Oct 11 17:04:17 2000] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib What am I doing wrong? The key is in the proper location. Orlando [EMAIL PROTECTED] wrote: > Yes orlando that is the idea. That would not be in the manual because > there should be no need for it to be. If you are runing mutliple ssl sites > on different IP you can use port 443 on both. > Cheers > Mark > > [EMAIL PROTECTED] on 10/12/2000 05:56:32 AM > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc: > Subject: Re: LOL! RE: [BugDB] Stay away from my domain name (PR#466) > > Now for a real issue. > > Let me preface my comments by saying that I have RTFM as well as the email > archives and still could not find the answer I am looking for(or found > possible > conflicting answers). > > I am trying to setup more than one cert on a webserver. Yes they have > different > IP's(no chicken before the egg problem here). > > First question: Even though I have two different IP's for each cert, do I > really > need to specify another port other than 443? > > Or to craft the question a slightly different way, can I have multiple > certs/ip's all point to 443 without a problem? > > I have more questions, but I need to know this first. > > Best Regards, > > Orlando Castro > > "Scott D. Yelich" wrote: > > > On Wed, 11 Oct 2000, David Rees wrote: > > > LOL! > > > > me too... > > > > I had a prof once who chewed out "mailer-daemon" because "mailer-daemon" > kept > > returning all his email... he demaded to know which of the admins was > > "mailer-daemon" ... etc. > > > > ok. ya. > > > > I'm sure we all have stories like this... I'm sorry to be off topic. > > > > Scott > > > > ______________________________________________________________________ > > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > > User Support Mailing List [EMAIL PROTECTED] > > Automated List Manager [EMAIL PROTECTED] > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > > ********************************************************************** > Important Note > This email (including any attachments) contains information which is > confidential and may be subject to legal privilege. If you are not > the intended recipient you must not use, distribute or copy this > email. If you have received this email in error please notify the > sender immediately and delete this email. Any views expressed in this > email are not necessarily the views of AXA. Thank you. > ********************************************************************** > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
