Re: [us...@httpd] rewrite to 443..please help me

2009-07-29 Thread Krist van Besien
On Tue, Jul 28, 2009 at 4:05 PM, danielitob wrote: > but I've nothing under > > , > > cause my virtualhost is configured on port 80, on a specific file. Try putting a ServerName directive (with the correct name) in your SSL virtual host. It's good to have something like: Servername www.grandho

RE: [us...@httpd] rewrite to 443..please help me

2009-07-28 Thread danielitob
ey.pem but I've nothing under , cause my virtualhost is configured on port 80, on a specific file. What I'm missing? Please help me > -Original Message- > From: danielitob [mailto:gbatt...@aliceposta.it] > Sent: Tuesday, July 28, 2009 9:06 AM > To: users@httpd.ap

Re: [us...@httpd] rewrite to 443..please help me

2009-07-28 Thread Krist van Besien
On Tue, Jul 28, 2009 at 9:05 AM, danielitob wrote: > [warn] RSA server certificate CommonName (CN) `www.mysite.com' does NOT > match server name!? This error is basically self explenatory. The Common Name in the certificate is not the same as the name you gave your server. They need to be the sam

RE: [us...@httpd] rewrite to 443..please help me

2009-07-28 Thread Boyle Owen
> -Original Message- > From: danielitob [mailto:gbatt...@aliceposta.it] > Sent: Tuesday, July 28, 2009 9:06 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] rewrite to 443..please help me > > > Ok.. > that is configuration. What I need is runnin

Re: [us...@httpd] rewrite to 443..please help me

2009-07-28 Thread danielitob
Ok.. that is configuration. What I need is running a we site on http, but when I send request to a protected/* page, request mu be managed under ssl. What I'm missing?Is this only configuration I have to do? In ssl.conf, I configured certificate. It seems I did it well, cause when I run applicatio

Re: [us...@httpd] rewrite to 443..please help me

2009-07-27 Thread Igor Cicimov
sorry i lost your initial email with the configuration, can you send it again please so i can have another look? On Tue, Jul 28, 2009 at 3:01 AM, danielitob wrote: > > Hello Igor.. > > I checked but it was my digit error. > Fields are equal but I have always same problem.. > > What I'm missing?

Re: [us...@httpd] rewrite to 443..please help me

2009-07-27 Thread danielitob
Hello Igor.. I checked but it was my digit error. Fields are equal but I have always same problem.. What I'm missing? I configured virtual host on port 80 and did a redirect for a subfolder to 443. i need other configuration? Please help me, I'm crazying.. Igor Cicimov wrote: > > I don't kno

Re: [us...@httpd] rewrite to 443..please help me

2009-07-24 Thread Igor Cicimov
I don't know if typo or not but in the redirect rule you have mysite.cominstead mysite.it On Fri, Jul 24, 2009 at 6:24 PM, danielitob wrote: > > Sorry...you're right. > I analyzed error log and I found that...it's strange > > [Fri Jul 24 10:12:19 2009] [warn] RSA server certificate CommonName (C

Re: [us...@httpd] rewrite to 443..please help me

2009-07-24 Thread danielitob
Sorry...you're right. I analyzed error log and I found that...it's strange [Fri Jul 24 10:12:19 2009] [warn] RSA server certificate CommonName (CN) `www.mysite.com' does NOT match server name!? what does mean? Ray Van Dolson-3 wrote: > > On Thu, Jul 23, 2009 at 09:51:38AM -0700, danielitob

Re: [us...@httpd] rewrite to 443..please help me

2009-07-23 Thread Ray Van Dolson
On Thu, Jul 23, 2009 at 09:51:38AM -0700, danielitob wrote: > The issue is when I click on > > https://www.mysite.it/protected > > and error appears. More information on the error please. An error in your Apache log file? An error in the browser (perhaps corresponding with a self signed certi

[us...@httpd] rewrite to 443..please help me

2009-07-23 Thread danielitob
Hi, I need your help to solve my Apache issue. I have a php website that runs correctly on port 80, on my apache server. Customer asked me to add a protected area to web site, a subfolder whose pages must be under ssl. So my site is http://www.mysite.it and I need, when I click on "protected