RE: No Subject

2001-03-01 Thread Stoltenberg, Jay

Edit your page's source code, at the "a href" link where you want ssl,
change the url to https:// instead of http://. Just make sure
that all of your links from that point on, are https, or it will revert
back.

Jay A. Stoltenberg
Mgr. Networks and PC Applications
Stoltenberg Consulting Inc.
[EMAIL PROTECTED]
(412)-854-5688


-Original Message-
From: Samuel GAUTIER [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 3:10 PM
To: [EMAIL PROTECTED]
Subject: Re: No Subject


So how can i configure Apache to redirect the connection to SSL for a
part of
my web site which need authentication ?

Le Wed, 31 Dec 1969, vous avez écrit :
> Addressed to: [EMAIL PROTECTED]
>   [EMAIL PROTECTED]
> 
> ** Reply to note from [EMAIL PROTECTED] Fri, 09 Feb 2001 11:24:04
+0100 (MET)
> >   
> > Hi everybody !
> >   
> > Is there anybody to tell me : How can i force in the apache
> > configuration file the use of a ssl connection for a particular
> > directory without using virtual hosts ? Have you any sample
> > configuration file ?
> 
> You can't.  Unless there is only one host on the server, and all
> connections are SSL.  Then just remove the VirtualHost markers from
> the secure part, and delete all the duplicated configuration
> directives like  DocumentRoot, ServerName, ServerAdmin, etc from the
> non-secure configuration.  You will only want to listen on port 443.
> 
> 
> You probably don't want to do that though...
> 
> 
> http and https are effectively different web sites.  The only way to
> keep them separate is by using virtual hosts.  
> 
> What are you trying to accomplish?
> 
> 
> 
> 
> Rick Widmer
> Internet Marketing Specialists
> http://www.developersdesk.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
-- 
-- Samuel GAUTIER --

[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: No Subject

2001-03-01 Thread Samuel GAUTIER

So how can i configure Apache to redirect the connection to SSL for a part of
my web site which need authentication ?

Le Wed, 31 Dec 1969, vous avez écrit :
> Addressed to: [EMAIL PROTECTED]
>   [EMAIL PROTECTED]
> 
> ** Reply to note from [EMAIL PROTECTED] Fri, 09 Feb 2001 11:24:04 +0100 (MET)
> >   
> > Hi everybody !
> >   
> > Is there anybody to tell me : How can i force in the apache
> > configuration file the use of a ssl connection for a particular
> > directory without using virtual hosts ? Have you any sample
> > configuration file ?
> 
> You can't.  Unless there is only one host on the server, and all
> connections are SSL.  Then just remove the VirtualHost markers from
> the secure part, and delete all the duplicated configuration
> directives like  DocumentRoot, ServerName, ServerAdmin, etc from the
> non-secure configuration.  You will only want to listen on port 443.
> 
> 
> You probably don't want to do that though...
> 
> 
> http and https are effectively different web sites.  The only way to
> keep them separate is by using virtual hosts.  
> 
> What are you trying to accomplish?
> 
> 
> 
> 
> Rick Widmer
> Internet Marketing Specialists
> http://www.developersdesk.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
-- 
-- Samuel GAUTIER --

[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: (No Subject)

2000-06-15 Thread Balazs Nagy

James L Bond wrote:
> 
> i need to write a browser of my own, which is capable of maintaining a basic SSL 
>connection with the web server. Are there any Java libraries which let me acess the 
>SSL parameters so that I could build the browser.
> 
> Also does anyone know of any such java program emulating a simple browser available 
>on line.
> 
> To test the performance of my web server, which is expected to have both SSL and 
>HTTP requests, I need to test the performance under particular kinds of traffic of 
>HTTPS and HTTP requests. The server parameters I need to measure are "server load" 
>and "server response time". Does any one know of any tool which could do this for me 
>? or if someone could give me some hint on writing a program to test the performance 
>using some library, it would be of great help

I would think that you could try SUN's browser written in Java. (It was I
believe the first popular java program.)
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: (no subject)

2000-05-11 Thread James Treworgy

Check httpd.conf.  If you are upgrading from a previous version, and 
therefore aren't using the default httpd.conf for this version of mod_ssl, 
then check httpd.conf.default (which will be generated when you install 
apache + mod_ssl) and make sure you merge any missing directives.

My guess is you're missing:


AddModule mod_ssl.c


or it's in the wrong place.

Jamie

At 10:50 AM 5/9/00 -0400, Bill Norman wrote:

>When I try the startssl argument I get the following error:
>
>
>Syntax error on line 1080 of /usr/local/apache/conf/httpd.conf:
>Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not
>incl
>uded in the server configuration
>
>
>Is there something else I need to add to the httpd.conf?
>
>
>Bill Norman
>__
>Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
>User Support Mailing List  [EMAIL PROTECTED]
>Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]