App requires port 8081, gets errors using HTTPS

2010-11-17 Thread dreed2010
I have a third-party XML application compiled into Apache as a module that requires using port 8081. I have run it successfully for years using HTTP on Apache 1.3.27 (the version required by the vendor), but now I need to run it using HTTPS. So, I installed openssl-0.9.4 and mod_ssl-2.8.14

https problem: first connection Failed, next connections Ok

2008-01-03 Thread #Cyrille37#
Hello, I've got problem with https : At the first HTTPS connection the page is blank, but after a refresh (like pressing F5 on Firefox or IE) the page is well served. Here is a link to see the problem : https://ns300019.ovh.net/ https://ns300019.ovh.net/tools/env.php The problem

Re: Please help with http - https redirection

2007-10-16 Thread bfb21
it to listen on port 443, and read in all the SSL config stuff in a file I named ssl.conf like this: VirtualHost 172.25.251.47:443 IfDefine SSL Include conf/conf.d/ssl.include /IfDefine After doing that I can browse to https://devl02.mydomain.com/. -Thanks -- Original message

Please help with http - https redirection

2007-10-15 Thread Bernard Barton
see the virtual host defined in devl02.conf, etc. In the devl02.conf file, I have enabled SSL. I CAN access the secure site https://devl02.mydomain.com/. However, when I now access the non-secure site of http://devl02.mydomain.com, the main server web site is displayed, and not the virtual host

Re: Please help with http - https redirection

2007-10-15 Thread Cliff Woolley
access the secure site https://devl02.mydomain.com/. However, when I now access the non-secure site of http://devl02.mydomain.com, the main server web site is displayed, and not the virtual host. What I'm trying to do is a RedirectPermanent / https://cj-devl02.mydomain.net/ But when I do

Re: Please help with http - https redirection

2007-10-15 Thread Bernard Barton
debug So I can access https://devl02.mydomain.com/ directly, but if I try and redirect from http://devl02.mydomain.com to the https URL of the same name, I get the default insecure web site, which is defined in the httpd.conf file. -Thanks Cliff Woolley wrote: Are these IP-based virtual hosts

Re: Please help with http - https redirection

2007-10-15 Thread Brian Hayward
If all you want to do is redirect / on your non-SSL Port to / on your SSL port, you could use a zero second redirect. e.g. put this in your index.html for the port 80 virtual host: meta http-equiv=refresh content=0;url=https://devl02.mydomain.com/; / And have your real content in a different

Re: Please help with http - https redirection

2007-10-15 Thread Bernard Barton
80 virtual host: meta http-equiv=refresh content=0;url=https://devl02.mydomain.com/; / And have your real content in a different document root for your port 443 virtual host. The only drawback is that it's not feasible to redirect deep links (or bookmarks) to the non-secure web server using

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

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

2007-10-11 Thread Roy Keene (Contractor)
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.choicepoint.net/$1 [L,R] This does not seem to work. I have the following

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

2007-10-11 Thread Walls Rob Contr 75 CS/SCBS
I use this in the port 80 virtual host (or main section) to refer any http request to https. The DocumentRoots should be the same or at least point to a similar file system structure in the http and ssl virtualhosts. It also informs proxies that it should cache the https version and not the http

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

2007-10-11 Thread Bernard Barton
. This problem can sometimes be caused by disabling or refusing to accept cookies.))) The page is redirected from http://myserver to https://myserver, but I get the above message. I do have Firefox configured to accept cookies. When I try to access the site using IE, it just hangs. Any suggestions would

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

2007-10-11 Thread Aaron Dalton
for this address in a way that will never complete. Where are you attempting to put the RedirectPermanent directive? I assume you have a plain virtual host entry for http://myhost. In that VirtualHost container you put the RedirectPermanent / https://myhost (which is of course in it's own VirtualHost

How to redirect http to https on same server?

2007-10-10 Thread Bernard Barton
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.choicepoint.net/$1 [L,R] This does not seem to work. I have the following defined as a virtual

HTTPS connection error via tunnel

2007-09-26 Thread David Zentgraf
, standard port 80 services etc all work perfectly, only HTTPS connections to the box fail. Browsers simply state they couldn't establish a secure connection. Curl gives me: kk:~ deceze$ curl -v https://uu.local/ * About to connect() to uu.local port 443 * Trying 5.124.xx.xxx... connected

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
/IfDefine Any ideas? --- Omar W. Hannet [EMAIL PROTECTED] wrote: SSLEngine On? Glyn Astill wrote: Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make

Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Glyn Astill
Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled with mod_ssl.c, I have openssl installed

Re: Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Omar W. Hannet
SSLEngine On? Glyn Astill wrote: Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled

HTTPS virtualhosts

2007-04-05 Thread Michael
at the FAQ, it's not the obvious question. What I'm trying to do is get multiple HTTPS hosts working on the same IP -- but using a wildcard SSL certificate. My config is doing using mod_perl configuration, and I've copied it below. Essentially, the idea is that I have a directory tree that looks like

Re: Decrypting the HTTPS requests

2007-01-19 Thread Dave Paris
Kadu wrote: Hi Guys, Is it possible to decrypt the encrypted data in an HTTPS request/response while sitting in the Apache Proxy? Which functions of MOD_SSL and MOD_PROXY modules need to be tweaked to achieve this? Please let me know if somebody has done some related work. Best regards

Decrypting the HTTPS requests

2007-01-18 Thread Nikhil Kadu
Hi Guys, Is it possible to decrypt the encrypted data in an HTTPS request/response while sitting in the Apache Proxy? Which functions of MOD_SSL and MOD_PROXY modules need to be tweaked to achieve this? Please let me know if somebody has done some related work. Best regards, Nikhil Kadu

Re: firefox 2 (but not 1.5) hangs with https

2006-12-01 Thread Adrian Bridgett
On Thu, Nov 30, 2006 at 21:00:49 + (+), adrian wrote: [snip] The gaps are as long as KeepAliveTimeout is set to in apache.conf (15sec normally) if I change it to 5 seconds then the gaps also drop to 5 seconds. The file in question is always a flash (.swf) file, the request times I see

firefox 2 (but not 1.5) hangs with https

2006-11-30 Thread Adrian Bridgett
I've been banging my head for a day or so on this. We have a website and when I surf it with firefox 2.0, I see a bunch of requests, then a large gap when nothing happens, then another bunch of request, then a gap. I can't think what different on this setup as to why I can't see other people

Detecting if https is used from within a .conf file

2006-10-03 Thread Toomas Aas
Hello! I set out to accomplish what I thought was a simple task 3 hours ago, but now I'm stumped. Is there a way to have a conditional block in httpd.conf which would achieve a simple thing like this: if current connection is a https connection some directives end ? The obvious

Re: Detecting if https is used from within a .conf file

2006-10-03 Thread Phil Ehrens
Toomas Aas wrote: I was thinking of putting this large block of directives into separate file and Include it in both vhost sections, to tidy up my main config file. But in order to do that, I would need to define some logic in this file for those cases where http and https need

New to https, looking for info on how it is setup with a hosted site.

2006-05-22 Thread Leon Jaimes
Hello, I am trying to set up a secure subdomain on my site. It is hosted on an Apache server. Uses Cpanel for the interface. I have set up a subdomain that redirect to the part of the site I want secured, and have created and installed my certificates, just looking for what else needs to be

HTTPS max post size?

2006-02-27 Thread Yves Sy
Hello everyone, I'm currently configuring an Apache reverse-proxy which delegates to an SAP J2EE Engine bakc-end. Everything works fine in HTTP mode, but with HTTPS mode, one of the large pages (~512Kb) fails, i.e. I simply get sent back to the page I'm trying to post. Is there such a setting

RE: HTTPS Without OpenSSL Native

2005-07-27 Thread R. DuFresne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Delfim Machado Sent: Tuesday, 26 July 2005 4:18 AM To: modssl-users@modssl.org Subject: Re: HTTPS Without OpenSSL Native stunnel? On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote: Hi all

HTTPS Without OpenSSL Native

2005-07-25 Thread Leonardo Cavallari Militelli
Hi all, I'm looking for another way to implement ssl on an apache web server than using mod_ssl or apache-ssl. Is there a way to implement ssl directly with Openssl? I'm developing an intrusion detection and prevention system for my msc thesis. I already use the sample web server that

Re: HTTPS Without OpenSSL Native

2005-07-25 Thread Delfim Machado
stunnel?On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:Hi all, I'm looking for another way to implement ssl on an apache web server than using mod_ssl or apache-ssl.Is there a way to implement ssl directly with Openssl? I'm developing an intrusion detection and prevention system for

Re: HTTPS Without OpenSSL Native

2005-07-25 Thread Leonardo Cavallari Militelli
I don't think this is the right solution. I modified some libs on the openssl source, but on the mod_ssl they look different. So, I wonder if there 's any way to instance an https using OpenSSL directly( without mod_ssl or apache-ssl) or if someone could tell me the relationship between

RE: HTTPS Without OpenSSL Native

2005-07-25 Thread Pj
Download the apache source and study mod_ssl its pretty clean... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Delfim Machado Sent: Tuesday, 26 July 2005 4:18 AM To: modssl-users@modssl.org Subject: Re: HTTPS Without OpenSSL Native stunnel? On Jul

Re: https

2005-07-15 Thread Daniel Kimblad
mintchev [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Wednesday, July 13, 2005 10:51 AM Subject: https hi all... i tried http-users list without success... i recently upgraded httpd from 1.3.x to 2.0.54. compiled httpd with mod_ssl. OpenSSL 0.9.7e... i remember that when building 1.3.x

https

2005-07-13 Thread kalin mintchev
hi all... i tried http-users list without success... i recently upgraded httpd from 1.3.x to 2.0.54. compiled httpd with mod_ssl. OpenSSL 0.9.7e... i remember that when building 1.3.x with mod_ssl the certificate was done at the time of compilation of the server. now with 2.0.54 i'm trying the

prevent https access to NBVH ?

2004-12-28 Thread didier Belot
Hello, Thank you all for reading and helping! *** Yes, I know NBVH can't each have SSL access, thanks! ;-) *** But, for now, my config permit to type https://vhost2.domain.tld/ and see the content of www.domain.tld, which is the default SSL host. Using apache 1.3.33, mod_ssl 2.8.22 The conf

https/SSL and ProxyRemote did not work when using a reverse proxy (PLEASE HELP:)

2004-12-17 Thread Hanack Leif
give 'us' an answer, even if it is a no, that do not work. I'm trying to get the following szenario to work with Apache 2.0.51/OpenSSL 0.9.7d. Client --http-- Reverse Proxy --internal-- Forward Proxy (ProxyRemote) --https-- Webserver Ralf Engelschall said: when you want to forward to a HTTPS target

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

2004-06-29 Thread Matt Stevenson
/Directory /VirtualHost 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 running a virtual server on a specific port and just want

AW: PUT Request failing with sslproxy ( https - http )

2004-04-15 Thread Michael Pfannkuchen
, 14. April 2004 01:30 An: [EMAIL PROTECTED] Betreff: PUT Request failing with sslproxy ( https - http ) Hi, does anyone have an explanation for the following behaviour: We implemented a customized Webdav Server based on PHP-Pear::HTTP::WebDAV_Server, running with Apache HTTP Server. - This works

PUT Request failing with sslproxy ( https - http )

2004-04-13 Thread Michael Pfannkuchen
-4.1/webdav.php/ - It also works fine with most requests over SSL(proxy): https://ssl.iklk.de/iprobe/phprojekt-4.1/webdav.php/ - But the problem is: PUT requests over SSL will always produce an unspecified error message Beim Kopieren einer oder allen der ausgewaehlten Dateien ist ein Fehler

PUT Request failing with sslproxy ( https - http )

2004-04-13 Thread a . moon
I am away until the 14th April 2004 I will get back to you as soon as i can when I return. If the matter is urgent and concerns OASIS, MUBSWEB or MUBS Online then please contact one of the other members of the OLSU team who will try to help.

Re[4]: HTTPS variable is missing

2004-03-02 Thread Alvaro Gonzalez
*** Merton Campbell Crockett escribió/wrote (01/03/2004 17:26 -0800 (PST)): The IfDevine HAVE_SSL is related to an apachectl option. The following command starts Apache with SSL enabled. apachectl startssl Actually, I've never paid too much attention to Apache startup since I prefer to

RE: HTTPS variable is missing

2004-03-02 Thread John . Airey
-Original Message- From: Alvaro Gonzalez [mailto:[EMAIL PROTECTED] Sent: 01 March 2004 09:39 To: [EMAIL PROTECTED] Subject: HTTPS variable is missing I have a Red Hat 9 server running Apache 2.0.40 + mod_ssl with several name based virtual hosts. One of the sites works under

HTTPS variable is missing

2004-03-01 Thread Alvaro Gonzalez
I have a Red Hat 9 server running Apache 2.0.40 + mod_ssl with several name based virtual hosts. One of the sites works under http and https. Apparently everything goes fine (browser claims page is encryped when loading https and not encrypted when loading http) but I just can't find the HTTPS

Re[2]: HTTPS variable is missing

2004-03-01 Thread Alvaro Gonzalez
*** John Airey escribió/wrote (01/03/2004 13:01 - ): IfDefine HAVE_SSL SSLEngine on [...] /IfDefine I'd suggest that you lose the IfDefine lines. Oh my... It was only that... After removing these lines the behaviour turned into the expected one. I can't

Https problems with MSIE

2003-09-25 Thread Torvald Baade Bringsvor
Hello. We have a user with MSIE 6.00.2800.1106 who is unable to connect to one of the sites we are hosting (https://www.lindorffd.com). He is using Windows 2000 SP3. Have any of you had problems with MSIE 6.0 browsers? I have seen suggestions to disable SSLv3, but wouldnt that adversely affect

Re: Https problems with MSIE

2003-09-25 Thread Sven Geisler
schrieb Torvald Baade Bringsvor: Hello. We have a user with MSIE 6.00.2800.1106 who is unable to connect to one of the sites we are hosting (https://www.lindorffd.com). He is using Windows 2000 SP3. Have any of you had problems with MSIE 6.0 browsers? I have seen suggestions to disable

RE: Https problems with MSIE

2003-09-25 Thread Boyle Owen
-Original Message- From: Torvald Baade Bringsvor [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 25. September 2003 08:19 To: '[EMAIL PROTECTED]' Subject: Https problems with MSIE Hello. We have a user with MSIE 6.00.2800.1106 who is unable to connect to one of the sites we are hosting

RE: Https problems with MSIE

2003-09-25 Thread Torvald Baade Bringsvor
You can find a tip regarding the MSIE issue at http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49. --I have already done this, to get MSIE 5.0 browsers to work. I also discovered that the newest MSIE has more trouble with mod_ssl than other browsers. We saw that a MS Proxy Server (or MS ISA

RE: Https problems with MSIE

2003-09-25 Thread Sven Geisler
Am Don, 2003-09-25 um 10.24 schrieb Torvald Baade Bringsvor: You can find a tip regarding the MSIE issue at http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49. --I have already done this, to get MSIE 5.0 browsers to work. I also discovered that the newest MSIE has more trouble with mod_ssl

Determining if request was made via HTTPS

2003-09-11 Thread Ken Kittlitz
Hi all, I'm writing an Apache module that needs to determine if a request came in via HTTP or HTTPS. Does mod_ssl provide some interface that other modules can use to determine this? Clearly, mod_cgi figures this out somehow, because it correctly sets the HTTPS environment variable, but I

[rl@math.technion.ac.il: HTTPS env var in suexec]

2003-09-04 Thread Zvi Har'El
- Forwarded message from Zvi Har'El [EMAIL PROTECTED] - Date: Tue, 26 Aug 2003 16:47:52 +0300 From: Zvi Har'El [EMAIL PROTECTED] To: Apache Developer List [EMAIL PROTECTED] Subject: HTTPS env var in suexec Hebrew-Date: 28 Av 5763 Hi, In apache_1.3.28, running a cgi with suEXEC has

HTTPS Unknown Error

2003-08-21 Thread Nauman, Ahmed [IT]
Hi All, I receive this error HTTPS Unknown Error with error code 500 from the apache server when i try to make a PUT request through HTTPS. Are their any specific reasons of that ? I have a test application which gets 204 response from the same server but our live application gets 500 response

Re: Any tools to test https+mod_ssl ???

2003-08-14 Thread Kiyoshi Watanabe
Hi I think that the following may help you. openssl s_client -connect localhost:443 -state -debug Please Refer to the FAQ in detail (www.modssl.org) -Kiyoshi Kiyoshi Watanabe Hi All. Further to my earlier comments that httpd + mod_ssl seems to be ignored by Netscape 7.1 After logging-in

Any tools to test https+mod_ssl ???

2003-08-05 Thread Arthur Chan
Hi All. Further to my earlier comments that httpd + mod_ssl seems to be ignored by Netscape 7.1 After logging-in and accepting the certificate, 7.1's liitle lock remains open and says I am transmitting in clear text. Yet Netscape 6.2, MSIE5 and Mozilla all accepted the certificate and they say the

RE: https access problems

2003-06-18 Thread John . Airey
- From: Konn Danley [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 17:01 To: [EMAIL PROTECTED] Subject: Re: https access problems Hi John, Thanks for the response. The thing is, I can get in once in a while (1 in 100 times). When I first encountered the problem, I thought

https not working

2003-06-18 Thread kulkarni veena
Hi, I have been stuck with the problem for a long time now. I will appreciate any suugestions to rectify this problem. THe thing is my https server on SunOS 5.9 serves Netscape ok. It is only MSIE thatis not able to access secure pages. what I see on the ssl_error_log is that IE and Apache

RE: https access problems

2003-06-16 Thread John . Airey
: Konn Danley [mailto:[EMAIL PROTECTED] Sent: 13 June 2003 19:31 To: [EMAIL PROTECTED] Subject: https access problems Hi, I am new to this mailing list. I am having a problem with external internet access to my server. I have the following in place: Red Hat 7.3/2.4.18-3 Apache

https access problems

2003-06-13 Thread Konn Danley
internal clients work fine for both http and https on MSIE, Netscape, and Mozilla. These same clients configured for loopback through a dial-up and back into a cable-modem can't get in.most of the time, but once in a while. The same symptoms occur for other people who have tried to access my SSL

Replacing the default HTTPS cert??

2003-03-14 Thread rjp
How can I replace the default HTTPS cert with my own? I installed apache13_modssl from ports, freebsd 5.0. -l0ngb0ng

Re: Replacing the default HTTPS cert??

2003-03-14 Thread Carlos Villegas
Copy your certificate (and private key) to the apropiate places (It depends on your ssl.conf). By the default configuration, they should go in the directories ssl.crt and ssl.key under conf. Carlos How can I replace the default HTTPS cert with my own? I installed apache13_modssl from ports

Re: HTTPS environment variable is set after .htacces is parsed

2003-03-10 Thread Domenico Andreoli
On Sat, Mar 01, 2003 at 11:02:22AM -0500, Cliff Woolley wrote: On Sat, 1 Mar 2003, Domenico Andreoli wrote: order deny,allow deny from all allow from 127.0.0.1 allow from env=HTTPS Why do you need that env var? Use this instead: order deny,allow deny from all allow from

Re: HTTPS environment variable is set after .htacces is parsed

2003-03-10 Thread Cliff Woolley
On Mon, 10 Mar 2003, Domenico Andreoli wrote: order deny,allow deny from all allow from 127.0.0.1 SSLRequireSSL after some thinking at it, i see you answer is not suitable for my needs. indeed, your mandates the use of SSL, while mine allowed access from localhost *or* SSL. Okay

HTTPS environment variable is set after .htacces is parsed

2003-03-01 Thread Domenico Andreoli
hi again, with reference to debian bug report #103609 [1], a debian user states that HTTPS environment variable is still not set during the parsinig of .htacces. i'm quoting the relevant part from that report. - CUT HERE --- This ought to work in .htaccess: order deny

Re: HTTPS environment variable is set after .htacces is parsed

2003-03-01 Thread Domenico Andreoli
On Sat, Mar 01, 2003 at 11:02:22AM -0500, Cliff Woolley wrote: On Sat, 1 Mar 2003, Domenico Andreoli wrote: order deny,allow deny from all allow from 127.0.0.1 allow from env=HTTPS Why do you need that env var? Use this instead: dunno, bug submitter used it. shouldn't it work anyway

Re: HTTPS environment variable is set after .htacces is parsed

2003-03-01 Thread Cliff Woolley
On Sat, 1 Mar 2003, Domenico Andreoli wrote: dunno, bug submitter used it. shouldn't it work anyway? Environment variables are, as a rule, set late in the process because the use of them has a relatively large performance penalty. They're really only there for communicating with CGI scripts

How to run apache in https only ?

2003-02-23 Thread Jay Moore
I know this is a bit off-topic for this list, and I deserve all the flames I get... But I'm in a hurry, so here goes... I want to run Apache so it responds only to https on port 443; http requests are to be simply ignored. I thought I knew how to do this, but then read something about using

Re: How to run apache in https only ?

2003-02-23 Thread Cliff Woolley
On Sun, 23 Feb 2003, Jay Moore wrote: I want to run Apache so it responds only to https on port 443; http requests are to be simply ignored. I thought I knew how to do this, but then read something about using mod_rewrite which gave me a headache. Is there a simple how-to describing how

Re: How to run apache in https only ?

2003-02-23 Thread R. DuFresne
as the tendancy is once again for 'segmentation' ## SSL Support ## ## When we also provide SSL we have to listen to the ## standard HTTP port (see above) and to the HTTPS port ## IfDefine SSL Listen someplace.com:80 Listen someplace.com:443 /IfDefine port 80 references are http, port 443

Can't get to Https but http://address:443 works?????

2003-01-30 Thread Vince Montuoro
Hi guys, Just a quick question my server just fell, i can't get back to https://theaddress, only http://theaddress:443 works??? any thoughts? Vince __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org

Re: Can't get to Https but http://address:443 works?????

2003-01-30 Thread Cliff Woolley
On Fri, 31 Jan 2003, Vince Montuoro wrote: i can't get back to https://theaddress, only http://theaddress:443 works??? You probably don't have SSLEngine on in your SSL vhost. Right now, the client and server are both speaking HTTP, not HTTPS... the fact that it's over port 443 and not port

RE: Can't get to Https but http://address:443 works?????

2003-01-30 Thread Jeremy Tinley
You are starting it with apachectl start instead of apachectl startssl ? Sounds like it's listening on 443 for http, not https connections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Vince Montuoro Sent: Thursday, January 30, 2003 4:54 PM

RE: Create new SSL certificate for https

2003-01-21 Thread Marco \Kiko\ Carnut
Rob, I need to create new certificate's for my apache server. I'm a little confused on how to do this. Does anyone have a good link they can tell me or anything. A simple and very fast way to do it for testing purposes is to use FreeICP project's free entry-level CA: https

Re: Create new SSL certificate for https

2003-01-21 Thread Sasa STUPAR
use this command: openssl req -config openssl.cnf -new -out xxx.csr openssl rsa -in privkey.pem -out xxx.key openssl x509 -in xxx.csr -out xxx.cert -req -signkey xxx.key -days 365 openssl x509 -in xxx.cert -out xxx.der.crt -outform DER cy user a écrit: I need to create new certificate's for my

Re: HTTP -- HTTPS rewrite not working

2003-01-19 Thread Sancho2k.net Lists
Mads Toftum wrote: This will never happen because you're already inside the Port 443 vhost container. Stupid oversight on my behalf. Thanks to those that pointed this out. NameVirtualHost 10.0.0.2:80 VirtualHost 10.0.0.2:80 ServerName www.sancho2k.net Redirect / https

Re: HTTP -- HTTPS rewrite not working

2003-01-18 Thread Mads Toftum
container. NameVirtualHost 10.0.0.2:80 VirtualHost 10.0.0.2:80 ServerName www.sancho2k.net Redirect / https://family.sancho2k.net No real need to use mod_rewrite for that. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall

HTTP -- HTTPS rewrite not working

2003-01-17 Thread Sancho2k.net Lists
Greetz all, I'm trying to force one of my virtual hosts to use https when http is requested by a mod_rewrite rule. I am testing the implementation using curl. When I specify https in my url, curl will grab the correct page: [root@molodetz:~]# curl https://family.sancho2k.net !DOCTYPE HTML

Re: HTTP -- HTTPS rewrite not working

2003-01-17 Thread Jeff
- What is actually being server for that address ??? It is probably your default page you have put there.. Rgds Jeff - Original Message - From: Sancho2k.net Lists [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 2:39 PM Subject: HTTP -- HTTPS rewrite not working

RE: apache, https, ie downloading pdf's word docs etc...

2002-11-23 Thread Gary Stiek
think .doc files too ) will not display in IE from SSL sites. -Original Message- From: Ian Moon [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 3:09 PM To: [EMAIL PROTECTED] Subject: apache, https, ie downloading pdf's word docs etc... I can download pdf's and doc files

apache, https, ie downloading pdf's word docs etc...

2002-11-22 Thread Ian Moon
I can download pdf's and doc files no problem using mozilla using both http and https, but I can only access them with http when using ie 6. I have tried all of the suggestions at .. http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49 and scoured the groups and web for other things to try

Inability to force https rewrite before password authentication

2002-11-10 Thread Chris Gorman
Hello All, I have a strange problem here and was wondering if anyone had a solution. I'm looking to perform a rewrite to https then require the user submit a username and password. The idea behind this is that the username and password are submitted encrypted rather than in plain text. First

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

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 link

Re: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-04 Thread ROUITS Olivier
I'm going watch SSL Directives for this problem, it's very strange because its a random problem. I think there is a timout in IE for HTTPS (?) and mod_ssl+mod_jk forwarding is too slow for this timeout. Thanks! - Original Message - From: Harald Koch [EMAIL PROTECTED] To: [EMAIL

RE: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-04 Thread Clayton
I don't think the problem is about any thing u mentioned which is IE6 and apache+mod_ssl+mod_jk+tomcat HTTPS. The common sense tell me that we shouldn't put unsecured and secured content together, you did mention those errors happened in some frame pages, within one page which u like users

Re: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-04 Thread ROUITS Olivier
Our application is only in HTTPS, there is no unsecured content because all is forwarded to Tomcat (JSP/Images/HTML) in a virtual host that listen to 443 port. 80 port is not open on apache front machine. On IE 5.5 with 700Mhz pentium there is no problem On IE 6 the problem is systematic

RE: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-04 Thread Jose Correia (J)
By the way you are using AJPv13 and not AJPv12 on Tomcat right? Tomcat needs AJPv13 to identify requests made via HTTPS. Regards Jose -Original Message- From: ROUITS Olivier [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 12:05 To: [EMAIL PROTECTED] Subject: Re: IE 6 and apache

Re: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-04 Thread ROUITS Olivier
Yes it's AJPv13 Olivier. - Original Message - From: Jose Correia (J) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 04, 2002 12:09 PM Subject: RE: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled By the way you are using AJPv13 and not AJPv12

IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-03 Thread ROUITS Olivier
Hello! We have some problems with IE 6 and HTTPS on apache (1.3.26) on Linux (PC). On some frames of web pages we have the message: "Navigation Canceled" and IE says that the page has secured and unsecured elements. With IE 5.5, the problem happens less frequently. This pag

Re: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-03 Thread Harald Koch
. In simple HTTP protocol there is no problem, Apache+AJP+Tomcat works = fine. This sounds to me like someone is redirecting HTTPS to HTTP, instead of maintaining the 'over SSL' status of the URL... Strange that you describe it as intermittent, though. Maybe a caching-related issue? Sorry this isn't

RE: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: Navigation Canceled

2002-10-03 Thread Gilles Gros
+tomcat HTTPS problem: Navigation Canceled On some frames of web pages we have the message: Navigation Canceled = and IE says that the page has secured and unsecured elements. This pages are JSP pages from an front Apache Linux server that forward = requests with AJP (mod_jk, AJP 1.3

passpharse starting https

2002-09-25 Thread rmckeever
Hello, Im sure im not the only one that has ever asked this but couldnt really find anything on google. What happens if you what to have your passphrase entered automatic when starting https, especially if your not sitting at your system at 3am... Thanks upfront... Rob

http + https

2002-09-20 Thread Mark Cance
Title: http + https Im trying to configure my server to use SSL just for requests to a specific directory. Ive read the manuals, installed mod_ssl + certificate and all seemed to be working fine, HTTP access to the server at large goes ahead and http accesses to the secured directory

mod_ssl php. PHP not working on https pages

2002-08-16 Thread webmaster
Hi good modssl people, I'm having an issue where Apache won't handle .php files on https pages. http works fine, and parses php properly. Apache seems to ignore the "AddType application/x-httpd-php .php" directive on https sites. both php and mod_ssl are running as DSO's. Runn

RE: http or https but not both?

2002-08-15 Thread Boyle Owen
-Original Message- From: Paul F [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 14. August 2002 17:56 To: [EMAIL PROTECTED] Subject: http or https but not both? I have a fresh linux installation with apache + mod_ssl. With the mod_ssl module and AddModule uncommented, I can access https://mysite

http or https but not both?

2002-08-14 Thread Paul F
I have a fresh linux installation with apache + mod_ssl. With the mod_ssl module and AddModule uncommented, I can access https://mysite. BUT NOT http://mysite. Any help appreciated! __ Apache Interface to OpenSSL

Re: http or https but not both?

2002-08-14 Thread EdwardSPL
Hello, Which version of apache and OpenSSL are you using ? Would you mind to post your httpd.conf in here for help ? Paul F wrote: I have a fresh linux installation with apache + mod_ssl. With the mod_ssl module and AddModule uncommented, I can access https://mysite. BUT NOT http

RE: http and https from same config

2002-07-31 Thread Boyle Owen
From: Svein E. Seldal [mailto:[EMAIL PROTECTED]] Hi guys, I want to run a http server on port 81 which should only be available to the localnet, say 192.168.0.x/24 *and* on https with client certificates from the whole world. No passwords should be used in neither methodes. Now I've got

switching http requests to https

2002-07-28 Thread novozhilov_sasha
Hi. I need to be able to transparently (to the user) switch user's http requests to https. Meaning when the user opens a browser and types http://server/resourse; I need to recognize that the request came in as http and need to instruct the browser to resend it as https://server/resourse

Re: switching http requests to https

2002-07-28 Thread Flemming Frandsen
[EMAIL PROTECTED] wrote: I need to be able to transparently (to the user) switch user's http requests to https. Meaning when the user opens a browser and types http://server/resourse; I need to recognize that the request came in as http and need to instruct the browser to resend it as https

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

  1   2   3   4   5   6   >