Re: [users@httpd] https requests working, but http mostly not

2019-11-24 Thread Paul Gardiner
On 24/11/2019 15:59, Eric Covener wrote: I just wondered if anyone could suggest a possible cause, or a way to discover more information on the problem. Any help would be much appreciated. Any different results with EnableSendfile OFF and/or EnableMMAP off? Very interesting: although Enabled

Re: [users@httpd] https requests working, but http mostly not

2019-11-24 Thread Eric Covener
> I just wondered if anyone could suggest a possible cause, or a way to > discover more information on the problem. Any help would be much > appreciated. Any different results with EnableSendfile OFF and/or EnableMMAP off? - To

Re: [users@httpd] HTTPS and .htaccess

2018-09-08 Thread Frank Gingras
You don't need to use .htaccess files, nor mod_rewrite. Run apachectl -S and edit the appropriate vhost. Set the DocumentRoot and DirectoryIndex properly, and also look into FallbackResource. On Wed, Sep 5, 2018 at 2:09 AM Mahmood Naderan wrote: > Hi > > > I have configured a Centos server with

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Sunday, June 24, 2018 14:22:10 + > From: Richard > >> Date: Saturday, June 23, 2018 17:09:41 + >> From: Mahmood Naderan >> >>> Try "openssl s_client -debug -connect host:port" to see if your >>> machine can contact the server at all. >> Should I run that on my laptop (the remo

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Saturday, June 23, 2018 17:09:41 + > From: Mahmood Naderan > >> Try "openssl s_client -debug -connect host:port" to see if your >> machine can contact the server at all. > Should I run that on my laptop (the remote machine) or the server? > > >> You should try to telnet to port 44

Re: RE: [users@httpd] https not working

2018-06-23 Thread Mahmood Naderan
>Try "openssl s_client -debug -connect host:port" to see if your machine can >contact the server at all. Should I run that on my laptop (the remote machine) or the server? >You should try to telnet to port 443 from a) the localhost The output seems to be fine mahmood@ce:~$ telnet localhost 443

RE: [users@httpd] https not working

2018-06-22 Thread Richard
the results. - Richard > Date: Friday, June 22, 2018 19:45:26 +0430 > From: Mahmood Naderan > > No Idea? > I have stuck at that…. > > > Regards, > Mahmood > > > From: Mahmood Naderan > Sent: Thursday, June 21, 2018 12:59 PM > To: Alex K; user

RE: [users@httpd] https not working

2018-06-22 Thread Mahmood Naderan
No Idea? I have stuck at that…. Regards, Mahmood From: Mahmood Naderan Sent: Thursday, June 21, 2018 12:59 PM To: Alex K; users@httpd.apache.org Subject: RE: [users@httpd] https not working Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443

Re: [users@httpd] https not working

2018-06-21 Thread Stefan Eissing
LISTEN > 5563/apache2 > root@ce:~# > > > Unfortunately, the log files show nothing since the request never reaches the > server. > Any idea? > > Regards, > Mahmood > > > From: Alex K > Sent: Thursday, June 21, 2018 9:44 AM > To

RE: [users@httpd] https not working

2018-06-21 Thread Mahmood Naderan
; Mahmood Naderan Subject: Re: [users@httpd] https not working Hi, Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443. Alex On Wed, Jun 20, 2018, 18:24 Mahmood Naderan wrote: Hi, My web site works on http without any problem. The location is

Re: [users@httpd] https not working

2018-06-20 Thread Alex K
Hi, Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443. Alex On Wed, Jun 20, 2018, 18:24 Mahmood Naderan wrote: > Hi, > My web site works on http without any problem. The location is > /var/www/html/shob/ and I want to define an HTTPS virtualho

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-05 Thread Daniel
There is no relevant error there, only a warning because you are using a self-signed server certificate. Can you describe *fully* which error you are having that is causing you problems? If you refer to an error of your browser complaining about your certificate, then this is normal when using se

RE: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread saikiran....@wipro.com
Sent: Thursday, May 4, 2017 6:10 PM To: users@httpd.apache.org Subject: Re: [users@httpd] HTTPS implementation to apache2 server, localhost ** This mail has been sent from an external source ** below is the details of error log file [Thu May 04 07:35:01.892795 2017] [ssl:warn] [pid 15336

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread Keerthi Narayan
below is the details of error log file [Thu May 04 07:35:01.892795 2017] [ssl:warn] [pid 15336:tid 140037655033728] AH01906: 172.19.18.238:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Thu May 04 07:35:01.892876 2017] [mpm_event:notice] [pid 15336:tid 140037655033

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread Daniel
At first sight there is no syntax error. Can you try to describe what error you get and paste related error.log entries? 2017-05-04 9:30 GMT+02:00 Keerthi Narayan : > Hi All, > > I am trying to implement HTTPS to my local server(apache2) and below is > configuration file. -UBUNTU SERVER > >

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-31 Thread Rajib Karmakar
Good morning Team, Is it possible using htaccess rewriting match the specific slug and forced not to redirect it's default rules i.e it matched the full slug and redirect to specific rule only. Sincerely - Rajib Karmakar Creative Web Logo T

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-23 Thread Yann Ylavic
Hi, On Mon, Jan 23, 2017 at 11:20 AM, Rajib Karmakar wrote: > > Yes i active access logs, now which date i see the log. > > Problem Statement : Few Products redirects to Cart page. > > Cart Page URL : https://www.berkshirefurniture.com/cart/ > Cart Page htaccess redirects rule : RewriteRule ^car

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-23 Thread Rajib Karmakar
Hi Katz, Yes i active access logs, now which date i see the log. Problem Statement : Few Products redirects to Cart page. Cart Page URL : https://www.berkshirefurniture.com/cart/ Cart Page htaccess redirects rule : RewriteRule ^cart(.*)$ cart.php Products: 1. Click on : https://www.berkshirefu

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-21 Thread Yehuda Katz
It looks more likely to be a problem with your PHP script. When I searched your website for the product in your URL, I found a different URL: https://www.berkshirefurniture.com/carter-upholstered-bed/p/U0h8Y2FydGVyIHVwaG9sc3RlcmVkIGJlZA== Check your access logs and/or turn on rewrite logging to se

Re: [users@httpd] HTTPS forward proxy caching not working

2016-08-28 Thread rwebb
As far as I know, unless you are acting as a man-in-the middle type caching where you are decrypting and re-encrypting the https on the proxy, you cannot cache httsp. The https is an encrypted stream so there is no way to cache the object as apache cannot see them. Robert On Sun, 28 Aug 2016

Re: [users@httpd] HTTPS Redirect Not Working

2015-10-13 Thread Rubén Toribio Aldeguer
Are some JkMount whith *share* regular expersion? may be it take acction before Proxy. 2015-10-09 16:16 GMT+02:00 Chris Arnold : > Apache 2.4.x on SLES12. We have a web app in tomcat that is directly > accessible by port 8080 and 8443. We use a combination of proxypass and > mod_jk to connect to

Re: [users@httpd] HTTPS Proxy with Apache

2014-07-14 Thread fabio . schmidt
e.org Sent: Saturday, 12 July, 2014 6:27:11 PM Subject: Re: [users@httpd] HTTPS Proxy with Apache On Thu, Jul 10, 2014 at 6:35 PM, < fabio.schm...@4linux.com.br > wrote: Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure

Re: [users@httpd] HTTPS Proxy with Apache

2014-07-12 Thread Jeff Trawick
On Thu, Jul 10, 2014 at 6:35 PM, wrote: > > Hi ! > > I'm trying to use Apache 2.2 to proxy connections to a server that only > listens with HTTPS (Citrix Secure Gateway, to be more precise) and keep the > connection encrypted. I've already enabled the proxy, proxy_http and > proxy_connect modules

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
On 4/17/2014 3:46 PM, Yehuda Katz wrote: On Thu, Apr 17, 2014 at 3:12 PM, Mark London mailto:m...@psfc.mit.edu>>wrote: So I've been trying to find a configuration that redirects HTTPS://XXX.COMto HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tried, doesn't work. Al

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark Brodis
Do the users actually connect to "https://xxx.com"; ? Or do they go just to "xxx.com" in their browser and then a load-balancer/SSL-accellerator somewhere along the way bumps them to https? If something was bumping them to https then it would be easiest to just change that 'bumping' to go from "h

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Yehuda Katz
On Thu, Apr 17, 2014 at 3:12 PM, Mark London wrote: > So I've been trying to find a configuration that redirects HTTPS://XXX.COMto > HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tried, > doesn't work. All of the rewrite and redirect rules, are applied after the > browser ch

Re: [users@httpd] https

2014-04-04 Thread Andy Canfield
Thank you very much, Pete. Your answer was most helpful. I was dumb because the 'man req 1' page describes the '-subj' parameter in line 81 and in line 154 but the text you sent me is in lines 482++. Similarly the openssl.cnf file never mentions "-subj" at all. I will read that web page you listed

Re: [users@httpd] https

2014-04-04 Thread Pete Houston
From the openssl documentation at http://www.openssl.org/docs/apps/req.html is this list of example field values: [ req_distinguished_name ] C = GB ST = Test State or Province L = Test Locality O = Organization

Re: [users@httpd] https

2014-04-04 Thread Andy Canfield
Well, "a while" turned out to be one day. Stuck again. I found a web page that had some info on it, It shows a command (openssl req) to create a privately signed SSL key. Unfortunately, it doesn't explain that command, but 'man req 1' has more information such as what '-x509' does for me (this has

Re: [users@httpd] https

2014-04-03 Thread Yehuda Katz
On Fri, Apr 4, 2014 at 12:55 AM, Andy Canfield wrote: > There are several lines in places that read > > There is no file on my hard disk named "mod_ssl.c". There is, however, a > file named > /usr/lib/apache2/modules/mod_ssl.so > Is there some magic connection between "mod_ssl.c" and "mo

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
There are several lines in places that read There is no file on my hard disk named "mod_ssl.c". There is, however, a file named /usr/lib/apache2/modules/mod_ssl.so Is there some magic connection between "mod_ssl.c" and "mod_ssl.so"? Like was the ssl module written in C? On 04/03/2014 09:4

Re: [users@httpd] https

2014-04-03 Thread Yehuda Katz
Debian/Ubuntu have a slightly different default layout and include some tools to help you work with it. The tools just create the symlinks for you, but the major benefit is that all of them support tab-completion, so you know what is available. a2enmod / a2dismod: enable or disable apache modules

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
Files: -rw-r--r-- 1 root 859 Apr 3 11:45 /etc/apache2/ssl/crt/vhost1.crt -rw-r--r-- 1 root 916 Apr 3 11:45 /etc/apache2/ssl/key/vhost1.key So AFAIK I've got a certificate I've generated myself. Nobody vouches for me but it shoud enable encryption and make my TCP/IP packets hard to read. Cont

Re: [users@httpd] https

2014-04-03 Thread Oren
Hi Andy. Process basically include getting/creating a certificate, define it on your site and reload apache. here is a centos manual which is not exactly the same on ubuntu but pretty much explains the order of things http://wiki.centos.org/HowTos/Https on ubuntu you will have to open the 443

Re: [users@httpd] https before auth

2013-07-10 Thread Pol Hallen
I'm not sure but add: SSLOptions +StrictRequire SSLRequireSSL seems resolve the problem Is it correct? thanks! > Hi all :-) > > working on my last post I configured a https rewrite and auth basic: > > default > [...] > > > > RewriteEngine on > RewriteCond %{HTTPS} !^on$ [NC] > RewriteRule .

Re: [users@httpd] https port and virtualhost

2012-03-05 Thread Daniel Ruggeri
On 3/5/2012 1:03 AM, Alain Roger wrote: > Hi, > > on my local windows 7 computer, i have installed and setup a web > server for development purpose. > everything works well under port 80 (listening, servername, etc..), i > also setup virtualhost in extra conf file as following: > > DocumentRoot

Re: [users@httpd] HTTPS local site -> HTTP remote destination & referer pass-through

2011-12-15 Thread Christoph Pilka
Hi Tom et al. hm, OK. I've noticed that some sites do exactely what we need in our case: disobeying this "SHOULD NOT" in RFC 2616. E.g. I'm logged in at Facebook and click a link to one of the sites I have log access to. I'm using HTTPS at the Facebook site. The referer header appears within my

Re: [users@httpd] HTTPS local site -> HTTP remote destination & referer pass-through

2011-12-15 Thread Tom Evans
On Thu, Dec 15, 2011 at 10:59 AM, Christoph Pilka wrote: > Howdy, > > according to RFC 2616 chapter 15.1.3 "Clients SHOULD NOT include a Referer > header field in a (non-secure) HTTP request if the referring page was > transferred with a secure protocol" which makes sense in certain > circumsta

Re: [users@httpd] https redirection

2011-08-04 Thread Jeroen Geilman
On 2011-08-04 11:35, Ashwin Kesavan wrote: Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Perman

Re: [users@httpd] https redirection

2011-08-04 Thread Ashwin Kesavan
Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 11:08, fedora wrote: I usually do redirections this way: in the web http://abc.com I insert into the tag somewhere in the javascripts for this page I have function redix() { if (window.location.search != "")) window.location.replace("http://"+window.location.search) }

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide certificate installed o

Re: [users@httpd] https redirection

2011-07-30 Thread fedora
I usually do redirections this way: in the web http://abc.com I insert into the tag somewhere in the javascripts for this page I have function redix() { if (window.location.search != "")) window.location.replace("http://"+window.location.search) } // redix suomi On 2011-07-30 08:

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
OK sorry I've found the solution, there is a SSL buffer, that limits the amount of data you cand POST. SSLRenegBufferSize This directive can be change in runtime, so you can put this in .htaccess file changing the value of the buffer. You should be careful because this can be dangerous when you

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
I've researched about this issue, but no success. I need to do this using https, because all my users are authenticated by digital certificates. And this happens when in https, in http there are no errors, so i suppose it's not related with the size of the file, is related with ssl

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Torsten Förtsch
On Friday, June 24, 2011 15:54:31 Hugo Gomes wrote: > I have a site that is used with https, and i have a form that > uploads some information about the users, and sometimes the users > need to upload some files, but i almost of the times gives me an > error: > > > "The requested

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
On Fri, 2011-06-24 at 14:32 +, Igor Galić wrote: > > - Original Message - > > Hi all, > > > > I have a site that is used with https, and i have a form that > > uploads > > some information about the users, and sometimes the users need to > > upload > > some files, but i almost

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Igor Galić
- Original Message - > Hi all, > > I have a site that is used with https, and i have a form that > uploads > some information about the users, and sometimes the users need to > upload > some files, but i almost of the times gives me an error: > > > "The requested resourc

RE: [users@httpd] https

2005-07-12 Thread kalin mintchev
> >> Do you have a firewall blocking SSL port? > > not yet... it's a box i'm setting up now... i tried again - same result... the only difference between the old 1.3.x apache build on the machine and the new 2.0.5x is these two lines below in the ssl conf section. when i start the new one i get

RE: [users@httpd] https

2005-07-11 Thread kalin mintchev
> Do you have a firewall blocking SSL port? not yet... it's a box i'm setting up now... > >> -Original Message- >> From: kalin mintchev [mailto:[EMAIL PROTECTED] >> Sent: Monday, 11 July 2005 6:18 PM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] https >> >> >> hello... >>

RE: [users@httpd] https

2005-07-11 Thread Vance Karimi
Do you have a firewall blocking SSL port? > -Original Message- > From: kalin mintchev [mailto:[EMAIL PROTECTED] > Sent: Monday, 11 July 2005 6:18 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] https > > > hello... > > just installed httpd-2.0.54 with mod_ssl... OpenSSL

Re: [users@httpd] https redirect

2005-06-24 Thread Joost de Heer
> We now see the need to move the non-secure site to it's own server. So I > need apache to redirect all the non-secure traffic from the old server to > the new server, and all the secure traffic from the new server to the old > server. I have accomplished the non-secure traffic of the old server

Re: [users@httpd] https redirect

2005-06-23 Thread Jignesh Badani
Shawn, this does not make sense. In the new server design you want: ServerOld (https) IP Address 1 https://www.domain.com ServerNew (http)IP Address 2 http://www.domain.com So inorder for this to work, you will need to implement s

Re: [users@httpd] https redirect between domains failing

2005-06-12 Thread Rich
Sorry - I should have said... This is running on OpenBSD and is Apache 2, version 2.0.54 PHP version is 4.3.10 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht