Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 77649 invoked from network); 19 Jan 2007 09:36:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2007 09:36:31 -0000 Received: (qmail 58992 invoked by uid 500); 19 Jan 2007 09:36:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 58977 invoked by uid 500); 19 Jan 2007 09:36:25 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 58966 invoked by uid 99); 19 Jan 2007 09:36:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 01:36:25 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bashiro@myway.com designates 207.159.120.62 as permitted sender) Received: from [207.159.120.62] (HELO myway.com) (207.159.120.62) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 01:36:14 -0800 Received: by mprdmxin.myway.com (Postfix, from userid 110) id 14EEB67677; Fri, 19 Jan 2007 04:35:55 -0500 (EST) To: users@httpd.apache.org Received: from [81.0.188.158] by mprdmailfe2.nwk.myway.com via HTTP; Fri, 19 Jan 2007 04:35:55 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = 1cbf9cf69bd66447fdd719ed279a6a88 Reply-to: bashiro@myway.com From: "Bashiro" MIME-Version: 1.0 X-Sender: bashiro@myway.com X-Mailer: PHP Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070119093555.14EEB67677@mprdmxin.myway.com> Date: Fri, 19 Jan 2007 04:35:55 -0500 (EST) X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Changing ssl certificate NOW WORKING Owen Thanks a lot. Everything seems to be fine now. Thank you very much for all the help and support. and thanks to the mailing list administrators. Have a nice day! Bashiro --- On Fri 01/19, Boyle Owen < Owen.Boyle@swx.com > wrote: From: Boyle Owen [mailto: Owen.Boyle@swx.com] To: users@httpd.apache.org Date: Fri, 19 Jan 2007 08:17:21 +0100 Subject: RE: [users@httpd] Changing ssl certificate > -----Original Message-----> From: Bashiro [mailto:bashiro@myway.com] > Sent: Thursday, January 18, 2007 10:30 PM> To: Boyle OwenI guess you made an error here and meant to send this to the list andnot to me directly...> Subject: RE: [users@httpd] Changing ssl certificate> > > Hello again,> > > > I deleted the error log and started apache again.> > > > This is what it puts in the eeror log> > > > [Thu Jan 18 22:24:48 2007] [error] Init: SSLPassPhraseDialog > builtin is not supported on Win32 (key file > C:/Apache/Apache2.2/conf/ssl/myserver.key)Your directive (SSLPassPhraseDialog builtin) is not supported on your OS(win32). So you can't use it. I've no experience of SSL on windows socan't advise further.A work-around would be to remove the pass-phrase from the cert(http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase).Rgds,Owen BoyleDisclaimer: Any disclaimer attached to this message may be ignored. > > > > How do I go about it ? > > Thanks in advance> > > > > > Bashiro> > > > --- On Thu 01/18, Boyle Owen < Owen.Boyle@swx.com > wrote:> > From: Boyle Owen [mailto: Owen.Boyle@swx.com]> > To: users@httpd.apache.org, bashiro@myway.com> > Date: Thu, 18 Jan 2007 10:26:11 +0100> > Subject: RE: [users@httpd] Changing ssl certificate> > > > > -----Original Message-----> From: Bashiro > [mailto:bashiro@myway.com] > Sent: Thursday, January 18, 2007 > 10:21 AM> To: users@httpd.apache.org> Subject: RE: > [users@httpd] Changing ssl certificate> > > Hello,> I > appreciate any help I do get here.> > I thought the problem > is solved. But I was editing the wrong > httpd.conf file. So > the problem has not benn solved. that is > why I was still > seeing the old certificate in browser.> > Apache does not > start when I change the certificate path anyway.> What am I > doing wrong ? Apache gives a popup windows failed > to start > the serviceerror log?> > Thanks> > Bashiro> > --- On Thu > 01/18, Boyle Owen < Owen.Boyle@swx.com > wrote:> From: Boyle > Owen [mailto: Owen.Boyle@swx.com]> To: > users@httpd.apache.org> Date: Thu, 18 Jan 2007 08:11:13 > +0100> Subject: RE: [users@httpd] Changing ssl certificate> > > > -----Original Message-----> From: Bashiro > > [mailto:bashiro@myway.com] > Sent: Wednesday, January 17, > > 2007 10:30 PM> To: > users@httpd.apache.org> Subject: RE: > [users@httpd] Changing > ssl certificate> > > > Thanks again > Owen,> This is my code > snip> > SSLCertificateKeyFile > > C:/Apache/Apache2.2/conf/ssl/myserver.key> SSLCertificateFile > > C:/Apache/Apache2.2/conf/ssl/myserver.crt> > Before apache > > does not start when I change it. Biut now it does start.> > But > the problem is: I still see the old certificate when I > ask > the > browser to show me (during an alert).Make sure > you are > not seeing a cached version - clear the browser > cache(stop > and restart it).Also, you need to do a full stop > then start > of apache to reload a cert -apache restart or > graceful is not > sufficient.> > 1. > How do I change this to > take effect of > the new certificate > in browser.> > 2. > I > have only > declared only one subdomain as secure host > > example, > https://secure.myhost.com in the virtual host. But > > when other sub > domains are accessed with https:// it does > > display the > files intended only for ssl > virtual domain. How > do I tell > apache not to show ssl > files when any other sub > domain is > accessed using https, > if that subdomain is not > declared as > secure in the > virtual host.What exactly do you mean by > subdomain? Do you > mean you have severalsites on the same IP? > Then you have > name-based virtual-hosting and youcannot > distinguish > between the sites in HTTPS > > (seehttp://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2)> > Rgds,Owen BoyleDisclaimer: Any disclaimer attached to this > > message may be ignored. > > I beguine to suspect this > code:> > > May be the default is > what is > allowing other subdomains to be > accessed in > https.> > > > Thanks> Bashiro> > --- On Wed 01/17, Boyle > Owen < > Owen.Boyle@swx.com > wrote:> From: Boyle Owen > [mailto: > Owen.Boyle@swx.com]> To: users@httpd.apache.org> > Date: Wed, > 17 Jan 2007 11:14:32 +0100> Subject: RE: > [users@httpd] Changing ssl > certificate> > > -----Original > Message-----> From: Bashiro > !> > > [mailto:bashiro@myway.com] > Sent: Wednesday, January 17, > > > 2007 10:27 AM> To: users@httpd.apache.org> Subject: > > > [users@httpd] Changing ssl certificate > > > > Hello folks,> > > > > Thanks in advance for any help I could get.> I created > a > > self-signed certificate and it's working fine.Thanks > to> > the > guys here.> I then created another certificate > and > wanted to > change, > remove or delete the old one. How > do I > let apache > know that I > want to use the new one.> I > > changed the path of > the ssl to the newly created ssl > > > certificate, What did you > write? (cut'n'paste exact line > > from config)> but I get errors > from apache. what *exact* > > errors (cut'n'paste from browser > and error log)Rgds,Owen > > BoyleDisclaimer: Any disclaimer > attached to this message > > may be ignored. > Cannot start > > service. If I change it to > > the old one then it does work.> > > Any help ?> > Thanks> > > Bashiro> > > > > _______________________________________________> No banners. > !> > > No pop-ups. No > kidding.> Make My Way your home on the > > Web - > http://www.myway.com> > > > > > > --------------------------------------------------------------> > > -------> The official User-To-User support forum of the > > > Apache HTTP > Server Project.> See > > > for more info.> > > > To unsubscribe, e-mail: > users-unsubscribe@httpd.apache.org> > > " from the > digest: > > users-digest-unsubscribe@httpd.apache.org> For > additional > > commands, e-mail: users-help@httpd.apache.org> > This message > > is for the named person's use only. It may > contain > > confidential, proprietary or legally privileged > information. > > No confidentiality or privilege is waived or > lost by any > > mistransmission. If you receive this message > in error, please > > notify the sender urgently and then > immediately delete the > > message and any copies of it from > your system. Please also > > immediately destroy any > hardcopies of > the message. You must > not, > directly or indirectly, use, > disclose, distribute, > print, > or copy any part of this > > message if you are not the > intended recipient. The sender's > > company reserves the > right to monitor all e-mail > > communications through their > networks. Any views expressed in > > this message are those > of the individual sender, except > where > the message states > otherwise and the sender is > authorised to > state them to > be the views of the sender's > > > company.------------------------------------------------------> > > ---------------The official User-To-User support forum of > > the > Apache HTTP Server Project.See > > > for more info.To > > > unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " > > from the digest: > > users-digest-unsubscribe@httpd.apache.orgFor > additional > > commands, e-mail: users-help@httpd.apache.org> > > > _______________________________________________> No banners. > > No pop-ups. No kidding.> Make My Way your > home on > the Web - http://www.myway.com> > > > > > --------------------------------------------------------------> > -------> The official User-To-User support forum of the > > Apache HTTP > Server Project.> See > > for more info.> > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org> > > " from the digest: > > users-digest-unsubscribe@httpd.apache.org> For additional > > commands, e-mail: users-help@httpd.apache.org> This message > > is for the named person's use only. It may contain > > confidential, proprietary or legally privileged information. > > No confidentiality or privilege is waived or lost by any > > mistransmission. If you receive this message in error, please > > notify the sender urgently and then immediately delete the > > message and any copies of it from your system. Please also > > immediately destroy any hardcopies of the message. You must > > not, directly or indirectly, use, disclose, distribute, > > print, or copy any part o!> f > this message if you are not the intended > recipient. The > sender's company reserves the right to monitor > all e-mail > communications through their networks. Any views > expressed > in this message are those of the individual sender, > except > where the message states otherwise and the sender is > > authorised to state them to be the views of the sender's > > company.------------------------------------------------------> > ---------------The official User-To-User support forum of > the > Apache HTTP Server Project.See > > for more info.To > > unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " > > from the digest: > users-digest-unsubscribe@httpd.apache.orgFor > additional > commands, e-mail: users-help@httpd.apache.org> > > _______________________________________________> No banners. > No pop-ups. No kidding.> Make My Way your home on the Web - > http://www.myway.com> > > > > --------------------------------------------------------------> -------> > The official User-To-User support forum of the Apache HTTP > > Server Project.> See > for more info.> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org> > " from the digest: > users-digest-unsubscribe@httpd.apache.org> For additional > commands, e-mail: users-help@httpd.apache.org> > > _______________________________________________> No banners. No pop-ups. No kidding.> Make My Way your home on the Web - http://www.myway.com> > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.---------------------------------------------------------------------The official User-To-User support forum of the Apache HTTP Server Project.See for more info.To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.orgFor additional commands, e-mail: users-help@httpd.apache.org _______________________________________________ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org