Re: How to redirect http to https on same server?

2007-10-11 Thread Aaron Dalton
On Thu, 11 Oct 2007, Bernard Barton wrote: Thanks for all the responses. But no matter what I do or where I place a Rewrite or Redirect, I get the following error in Firefox: ((("The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this addre

Re: How to redirect http to https on same server?

2007-10-11 Thread Bernard Barton
T} !^443$ >>RewriteRule ^/(.*)$ https://cj-mydomain.choicepoint.net/$1 [L,R] >> >> >> This does not seem to work. I have the following defined as a virtual >> host, and the ssl.include is listed below that. What do I need to do to >> redirect http to http

RE: How to redirect http to https on same server?

2007-10-11 Thread Walls Rob Contr 75 CS/SCBS
redirect http to https on same server? Bernard Barton wrote: > I'm trying to redirect users from http://vhost.mydomain.com to > https://vhost.mydomain.com using this RewriteRule: > >RewriteCond %{SERVER_PORT} !^443$ >RewriteRule ^/(.*)$ https://cj-mydomain.cho

Re: How to redirect http to https on same server?

2007-10-11 Thread Roy Keene (Contractor)
owing defined as a virtual host, and the ssl.include is listed below that. What do I need to do to redirect http to https on the same server? -Thanks #See file below Include conf/conf.d/ssl.include ErrorLog /usr/local/apache/logs/ssl_mydomain_erro

Re: How to redirect http to https on same server?

2007-10-11 Thread Aaron Dalton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernard Barton wrote: > I'm trying to redirect users from http://vhost.mydomain.com to > https://vhost.mydomain.com using this RewriteRule: I just use: RedirectPermanent / https://my.host.com - -- Aaron Dalton | Super Duper Games [EMAIL PROTE

How to redirect http to https on same server?

2007-10-10 Thread Bernard Barton
rtual host, and the ssl.include is listed below that. What do I need to do to redirect http to https on the same server? -Thanks #See file below Include conf/conf.d/ssl.include ErrorLog /usr/local/apache/logs/ssl_mydomain_error_log CustomLog /usr/local/a

Re: HTTP to HTTPS redirect on virtual host on port 8080

2004-06-29 Thread Matt Stevenson
w from all > > > > If I connect using http, I get an Apache error > stating that this an SSL > enabled server, and I should use https. > > My question is, how do I get it to redirect from > http to https? This seems > easy enough if you aren't runni

HTTP to HTTPS redirect on virtual host on port 8080

2004-06-29 Thread Christopher McClan
do I get it to redirect from http to https? This seems easy enough if you aren't running a virtual server on a specific port and just want to redirect to https for certain directories, but in this configuration I've not been able to achieve

Re: http to https

2002-10-29 Thread Mads Toftum
On Tue, Oct 29, 2002 at 10:32:53AM -0800, rmckee wrote: > Hello, > > Im sure this has been asked but I cant find the answer. > > I have Apache/1.3.27 (Unix)mod_ssl/2.8.12 OpenSSL/0.9.6e. > > In the httpd.conf can I make an http link go to (redirect) an https link. > > So if they click on this l

http to https

2002-10-29 Thread rmckee
Hello, Im sure this has been asked but I cant find the answer. I have Apache/1.3.27 (Unix)mod_ssl/2.8.12 OpenSSL/0.9.6e. In the httpd.conf can I make an http link go to (redirect) an https link. So if they click on this link: http://system.company.com/ it will direct to https://system/ or h

RE: http to https forward

2002-07-27 Thread a . moon
I am away from the office until the Monday 5th August 2002 I will get back to you as soon as i can on my return. If it's an urgent Online Learning Support Unit / Web/ MUBSWEB/ MUBS Online matter that requires urgent attention then please contact either Sanjay1 or Jeff1 who should be able to h

Re: http to https forward

2002-07-25 Thread Daniel Lopez
the most part http://www.covalent.net/support/docs/faststart/2.0.0/userguide/html/sslconfigure.php#1138492 Cheers Daniel > Thanks again, > David > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez > Sent: Wednesday, J

RE: http to https forward

2002-07-25 Thread David Iungerich
On Behalf Of Daniel Lopez Sent: Wednesday, July 24, 2002 5:49 PM To: [EMAIL PROTECTED] Subject: Re: http to https forward On Wed, Jul 24, 2002 at 05:45:15PM -0500, David Iungerich wrote: > Thanks Daniel. What all is needed as adjustments to my conf file? As I > understood it, there wa

Re: http to https forward

2002-07-24 Thread M.E. Post
t.com/isaserver and http://www.isaserver.org/pages/articles.asp?art=157 hth Meint - Original Message - From: "Michael Pacey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 10:29 PM Subject: Re: http to https forward > Quoting Dav

Re: http to https forward

2002-07-24 Thread Daniel Lopez
On Wed, Jul 24, 2002 at 10:40:55PM +0100, Michael Pacey wrote: > Quoting David Iungerich <[EMAIL PROTECTED]>: > > > yes, that is correct. I meant http to https. So, there is no way to > > do > > this with existing mods? I have to use something else? Java or &

RE: http to https forward

2002-07-24 Thread Michael Pacey
Quoting David Iungerich <[EMAIL PROTECTED]>: > yes, that is correct. I meant http to https. So, there is no way to > do > this with existing mods? I have to use something else? Java or > Python > program? Anyone already have anything? > I couldn't find anythi

Re: http to https forward

2002-07-24 Thread Daniel Lopez
gt; > > Just to clarify, I think you mean http to https forwarder, as in your subject; > Apache forwards https to http without any problems. > > But for http to https, your problem isn't configuration; Apache+mod_ssl doesn't > have the code for initiation of HTTPS conn

RE: http to https forward

2002-07-24 Thread Geoffrey Talvola
Stunnel can transform http requests into https requests. http://www.stunnel.org/ - Geoff > -Original Message- > From: David Iungerich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 4:53 PM > To: [EMAIL PROTECTED] > Subject: RE: http to https forward >

Re: http to https forward

2002-07-24 Thread Daniel Lopez
ure.php#1138492 Hope it helps Daniel > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez > Sent: Wednesday, July 24, 2002 4:30 PM > To: [EMAIL PROTECTED] > Subject: Re: http to https forward > > > > > yes, t

RE: http to https forward

2002-07-24 Thread David Iungerich
a standard conf file, I'd greatly appreciate it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: Wednesday, July 24, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: Re: http to https forward > yes, that is correct. I meant http

RE: http to https forward

2002-07-24 Thread David Marshall
: [EMAIL PROTECTED] Subject: http to https forward Importance: High I need to implement Apache as an https to http forwarder. I belive I need to use ProxyPass or Redirect, but am having difficulty figuring out the correct configuration. My scenario is as follows: I have an appserver that needs to POST

Re: http to https forward

2002-07-24 Thread Daniel Lopez
> yes, that is correct. I meant http to https. So, there is no way to do > this with existing mods? I have to use something else? Java or Python > program? Anyone already have anything? You can already do it with Apache 2, and I am pretty sure you can do it with Apache 1.3

RE: http to https forward

2002-07-24 Thread David Iungerich
yes, that is correct. I meant http to https. So, there is no way to do this with existing mods? I have to use something else? Java or Python program? Anyone already have anything? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Pacey Sent

Re: http to https forward

2002-07-24 Thread Michael Pacey
Quoting David Iungerich <[EMAIL PROTECTED]>: > I need to implement Apache as an https to http forwarder. I belive I > need > to use > ProxyPass or Redirect, but am having difficulty figuring out the > correct > configuration. Just to clarify, I think you mean http t

http to https forward

2002-07-24 Thread David Iungerich
I need to implement Apache as an https to http forwarder. I belive I need to use ProxyPass or Redirect, but am having difficulty figuring out the correct configuration. My scenario is as follows: I have an appserver that needs to POST http requests to another company's appserver. Unfortunately,

RE: http to https redirect configuration question

2002-02-04 Thread Marco A. Zamora Cunningham
mod_perl handler (not a content handler, probably in an auth or access handler) because I'd have full access to the Apache API. Cheers... MZ > -Original Message- > From: John W. Sopko Jr. [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 10:49 >

RE: http to https redirect configuration question

2002-02-04 Thread Gilles gros
We have from time to time the following traces in our Apache logs : [Mon Feb 4 08:17:24 2002] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Mon Feb 4 08:17:24 2002] [error] System: Connection reset by peer (errno: 104) Can

http to https redirect configuration question

2002-02-04 Thread John W. Sopko Jr.
I am having a difficult time solving the following: I want our apache non-secure http:// server to redirect to the secure https:// server whenever the non-secure server encounters a .htaccess file in any directory? I do not want to redirect entire directories or the server itself, only those that

RE: Automatic change from http to https when password is required

2001-02-25 Thread guyr
: [EMAIL PROTECTED] Subject: Automatic change from http to https when password is required Hi, is there a possibility to switch automatically from http to https as soon as a password is required to access a web page? The setup for the http and https server is identical. For any hints thank you in

RE: Automatic change from http to https when password is required

2001-02-23 Thread Harald Falkenberg
dler directive in each of my tags. > Access handlers are processed before Authen/Authz handlers so all > protected pages (those that require a login/password) are sent to the > secure sever. > > Hope that helps somewhat, > Joshua > > > is there a possibility to swit

RE: Automatic change from http to https when password is required

2001-02-23 Thread Roberts, Scott E ERDC-TEC-VA
I use mod_rewrite to redirect all http traffic to https. # # Mod rewrite # # rewrite environment RewriteEngine on RewriteLog /www/apache/logs/https_rewrite_log RewriteLogLevel 1 # redirect http to https # If you don't try to access

RE: Automatic change from http to https when password is required

2001-02-13 Thread Joshua Gerth
Hi Harald, > One step is still missing in my chain: I like to change from http to https > not depending on the directory or location tag. I like to switch as soon > as an authorization is required. This is more flexible. I too tried to take it this direction first. So I added a

RE: Automatic change from http to https when password is required

2001-02-13 Thread Joshua Gerth
Hi Harald, > your described solution looks like the way I'm looking for. Can you please > give me a piece of configuration? I'm not so familiar with handler > handlings. So it would help me a lot. Sure, your tag would look like: AuthName "Whats the secret knock"

RE: Automatic change from http to https when password is required

2001-02-12 Thread Earl Brannigan
; from 'https' from accessing files in that directory. Hope this helps regards Earl > -Original Message- > From: Harald Falkenberg [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 3:00 PM > To: [EMAIL PROTECTED] > Subject: Automatic change from http to htt

RE: Automatic change from http to https when password is required

2001-02-12 Thread Joshua Gerth
. Hope that helps somewhat, Joshua > is there a possibility to switch automatically from http to https as soon > as a password is required to access a web page? The setup for the http and > https server is identical. > > For any hints thank you in advance

RE: Automatic change from http to https when password is required

2001-02-12 Thread guyr
m: Harald Falkenberg [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: Automatic change from http to https when password is required Hi, is there a possibility to switch automatically from http to https as soon as a password is required to access a web

Re: Automatic change from http to https when password is required

2001-02-11 Thread Steve Luzzi
I'm using RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 but you can just specify the paths that are protected if you don't want the entire site redirected. Steve Luzzi USACERL > > Hi, > > is there a possibility to switch automatically from http to https as soon >

Automatic change from http to https when password is required

2001-02-11 Thread Harald Falkenberg
Hi, is there a possibility to switch automatically from http to https as soon as a password is required to access a web page? The setup for the http and https server is identical. For any hints thank you in advance Harald

Re: forcing http to https with a twist

2000-12-08 Thread Mike King
Paul, If you need people to login, then the first page can be served up with http: The action of the form should be https://myserver.com/cgi/login.pl This technique is not often used, because the secure icon does not come up when they are on the login page, only when they have logged in. By se

Re: forcing http to https with a twist

2000-12-08 Thread Paul
--- Haroon Rafique <[EMAIL PROTECTED]> wrote: > Thanks for responding, Paul, Carlos and Michael. You're welcome. =o) > Unfortunately, my situation is a catch 22. I will give you more > background to help understand my position. Good idea, lol > Here's the current situation: > > - homepag

Re: forcing http to https with a twist

2000-12-07 Thread Owen Boyle
Haroon Rafique wrote: > - homepage is http which leads to an https form-based login page. This is the normal way to do things. > Here's what we want to achieve: > - Make the https form-based login page be the actual homepage to eliminate > an extra click-thru with a way to silently redirect to

Re: forcing http to https with a twist

2000-12-07 Thread Haroon Rafique
Thanks for responding, Paul, Carlos and Michael. Unfortunately, my situation is a catch 22. I will give you more background to help understand my position. Here's the current situation: - homepage is http which leads to an https form-based login page. Here's what we want to achieve: - Make th

Re: forcing http to https with a twist

2000-12-06 Thread Michael
I've been planning on adding a force in the PHP function we call in the header of each page to do this. Not sure if mod rewrite would be a better solution or not. Using a special header function allows me to tightly control which pages are used though. *^*^*^* Have the courage to take your own th

Re: forcing http to https with a twist

2000-12-06 Thread Carlos Ramirez
Try adding: RewiteCond %{REQUEST_URI} !~ m/(homepage|techsup1|techsup2)\.html$/ which tells the server don't redirect to HTTPS provided the requested uri is not the homepage or tech support pages. i hope this helps ;) Or maybe just put your secure pages in a different directory and use the SSLReq

Re: forcing http to https with a twist

2000-12-06 Thread Paul
--- Haroon Rafique <[EMAIL PROTECTED]> wrote: > I have been reading the archives for a while now and didn't see any > solution > to my problem. So here goes... Thank in advance for any solutions > > To force people to use https instead of http, I could use the > mod_rewrite as > follows (all is

forcing http to https with a twist

2000-12-06 Thread Haroon Rafique
I have been reading the archives for a while now and didn't see any solution to my problem. So here goes... Thank in advance for any solutions To force people to use https instead of http, I could use the mod_rewrite as follows (all is theoretical, I don't have access to apache or apache with mod

Re: Redirect http to https --> was ->Re: [BugDB] Http redirected to https (PR#441)

2000-08-22 Thread Lewis Bergman
> Just out of curiosity: What's the advantage of avoiding links with > "https" to get to an SSL URL from an HTTP site? I don't know of one. The reason I do this is if someone types in http they will be redirected to https instead of getting a "server is not responding" since I wouldn't be listen

Re: Redirect http to https --> was ->Re: [BugDB] Http redirected to https (PR#441)

2000-08-22 Thread James Moore
On 22 Aug 00, Owen Boyle wrote: > RE: QUESTION FROM ADRIAN STOVALL > > Hi Adrian, > > I assume your problem is as follows: > > - You have a normal HTTP site and an SSL site. > - A user in the HTTP site should click on a link and automatically be > redirected to the SSL site. - The web-page in

Re: Redirect http to https --> was ->Re: [BugDB] Http redirected to https (PR#441)

2000-08-22 Thread Owen Boyle
RE: QUESTION FROM ADRIAN STOVALL Hi Adrian, I assume your problem is as follows: - You have a normal HTTP site and an SSL site. - A user in the HTTP site should click on a link and automatically be redirected to the SSL site. - The web-page in the HTTP site should *not* contain the explicit SSL

RE: Redirect http to https --> was ->Re: [BugDB] Http redirected to https (PR#441)

2000-08-21 Thread Adrian Stovall
Okay, although the documentation on mod_rewrite is extensive, apparently I'm not quite smart enough today. I did manage to get my apache caught up in a nice little loop. I have http and https servers running, and want to do the same kind of redirect. I added the following, and I don't pretend t

Redirect http to https --> was ->Re: [BugDB] Http redirected to https (PR#441)

2000-08-21 Thread Lewis Bergman
> I would like to find out how to set the website to default or redirect all http > calls to https. Do I use the same method as described for relative calls ? Owen gave me several suggestions which worked. The first thing to do is to seperate your root doc and cgi directories for your ssl and n

Re: http to https proxying

2000-03-22 Thread Ralf S. Engelschall
On Tue, Mar 21, 2000, Dat Truong wrote: > I was wondering if you can help me with a particular problem. I'm trying to > go from browser to apache proxy via HTTP and from apache proxy to ws via > HTTPS. I keep getting FORBIDDEN (You don't have permission to access /pinky/ > on this server.). My ws

http to https proxying

2000-03-21 Thread Dat Truong
Hello Folks. I was wondering if you can help me with a particular problem. I'm trying to go from browser to apache proxy via HTTP and from apache proxy to ws via HTTPS. I keep getting FORBIDDEN (You don't have permission to access /pinky/ on this server.). My ws (NES) is configured with SSL (serv

Re: [BugDB] PRIVATE: speaking HTTP to HTTPS port (PR#72)

1999-01-05 Thread bugdb-mod-ssl
f course, since we're expecting > https on port 443). > > the ssl virtual host error log reads: > [data][error] SSLeay: error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:http > request [Hint: speaking HTTP to HTTPS port!?] > > which makes sense and is a useful error messag

[BugDB] PRIVATE: speaking HTTP to HTTPS port (PR#72)

1999-01-05 Thread bugdb-mod-ssl
r log reads: [data][error] SSLeay: error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS port!?] which makes sense and is a useful error message. while the general server error log says: [date][notice] httpd: child pid 5081 exit signal Segmentation Fault (11)

Re: [BugDB] relative jump from http to https (PR#27)

1998-09-30 Thread Pablo Arrighi
Cheers, Pablo. > On Wed, Sep 30, 1998, [EMAIL PROTECTED] wrote: > > > Anyone knows how to jump from an unsecure document to a secure one, but > > using relative link? > > href=https:./anyhting.html is useless coz' the documents comes back > > unsecure anyway. > > You should read the FAQ u

Re: [BugDB] relative jump from http to https (PR#27)

1998-09-30 Thread bugdb-mod-ssl
On Wed, Sep 30, 1998, [EMAIL PROTECTED] wrote: > Anyone knows how to jump from an unsecure document to a secure one, but > using relative link? > href=https:./anyhting.html is useless coz' the documents comes back > unsecure anyway. You should read the FAQ under: http://www.engelschall.com/sw/m

[BugDB] relative jump from http to https (PR#27)

1998-09-30 Thread bugdb-mod-ssl
Full_Name: pablo Version: OS: Submission from: silicon54.doc.ic.ac.uk (146.169.51.54) Hi, Anyone knows how to jump from an unsecure document to a secure one, but using relative link? href=https:./anyhting.html is useless coz' the documents comes back unsecure anyway. Pablo. _