Hiendl Elke wrote:
>
> Hi Adam,
>
> in my httpd.conf I have "PassPhraseDialog builtin". My problem is, that I
Do you mean
SSLPassPhraseDialog builtin
This is starting to confuse me! Can you answer these
questions:
1) Is openssl installed on your system?
2) What version of openssl is installed?
3) Have you performed the steps explained here?
http://www.modssl.org/docs/2.7/ssl_faq.html#ToC31
> can`t perform openssl, the command is not recognized!
> Any hints, how I can get further?
See above 8).
Adam.
>
> > -----Urspr�ngliche Nachricht-----
> > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > Gesendet am: Mittwoch, 18. Oktober 2000 13:26
> > An: [EMAIL PROTECTED]
> > Betreff: Re: AW: AW: AW: HTTPS-Error
> >
> > Hiendl Elke wrote:
> > >
> > > Just forget the Tomcat stuff, first I need to get the
> > Webserver running on
> > > Port 443 only. When I modify my httpd.conf to listen to
> > Port 80 it works
> > > fine, but I need it to listen on Port 443.
> > >
> > > When checking with netstat it shows me that the connenction
> > on port 443 is
> > > established. Netscape gives me after several minutes a "network I/O
> > > error_Try connecting again later" message, while connecting
> > from another
> > > computer gives me a "Connection refused" message. The
> > ssl_engine_log looks
> > > like this:
> > > [..][info] Server Apache/1.3.12....
> > > Init: 1st startup round (still not detached)
> > > Init: Initializing OpenSSl library
> > > Init: Loading certificate & private key of server
> > > myserver.domain.com:443
> > > Init: Seeding PRNG with 136 bytes of entropy
> > > Init: Generating temporary RSA private keys
> > (512/1024 bits)
> > > Init: Configuring temporary DH parameters
> > (52/1024 bits)
> > >
> > > That`s all. It seems the server establishes the
> > connenction, but why can`t I
> > > see my index-page?
> > Could it be that apache is expecting the pass phrase
> > for your server key?
> >
> > If you haven't removed the pass phrase from your
> > key, have a look at
> >
> > http://www.modssl.org/docs/2.7/ssl_faq.html#ToC31
> >
> > >
> > > > -----Urspr�ngliche Nachricht-----
> > > > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > > > Gesendet am: Mittwoch, 18. Oktober 2000 11:49
> > > > An: [EMAIL PROTECTED]
> > > > Betreff: Re: AW: AW: HTTPS-Error
> > > >
> > > > Hiendl Elke wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > thanks for your kind help. But I�m still having trouble:
> > > > Can you explain how you installed apache, etc.? Although
> > > > it can take a bit longer, IMO it's always best to build
> > > > from the source code, not from .deb or .rpms.
> > > >
> > > > > apachectl is in /usr/local/apache/bin but despite the
> > > > permissions are o.k.,
> > > > > it prompts me that the command is not found.
> > > > > I already tried some of the tests: telnet localhost:80
> > > > gives me "Unknown
> > > > you should use
> > > >
> > > > telnet localhost 80
> > > >
> > > > not
> > > >
> > > > telnet localhost:80
> > > >
> > > > > host" also telnet on Port 443; the same is with my full
> > > > Server name. with
> > > > > telnet localhost I can connect.
> > > > >
> > > > > The openssl command also wasn`t found (??), the same with cURL.
> > > > So, either openssl is not in your path, or it isn't
> > > > installed! Use whereis or find to locate openssl,
> > > > otherwise get the source and install it.
> > > >
> > > > > When I try: cd /usr/sbin
> > > > > # httpd -DSSL
> > > > > it gives the following error-message:
> > > > > [..][warn] Loaded DSO libexec/mod_jserv.so uses plain
> > > > Apache 1.3 API, this
> > > > > module might crash under EAPI! (please recompile it
> > with -DEAPI).
> > > > > I compiled the JServ module, because I have to include
> > Tomcat in my
> > > > > httpd.conf.
> > > > > So actually, I have to problems: to get the Apache started
> > > > with SSL on Port
> > > > > 443 and to get Tomcat to talk to Apache. All ASAP!
> > > > There was recently some discussion about mod_ssl
> > > > with mod_jserv on this list. Perhaps the list
> > > > archives can help you here. I have no experience
> > > > with mod_ssl + mod_jserv 8(
> > > >
> > > >
> > > > >
> > > > > Any help is greatly appreciated
> > > > >
> > > > > Elke
> > > > >
> > > > > > -----Urspr�ngliche Nachricht-----
> > > > > > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > > > > > Gesendet am: Mittwoch, 18. Oktober 2000 11:02
> > > > > > An: [EMAIL PROTECTED]
> > > > > > Betreff: Re: AW: HTTPS-Error
> > > > > >
> > > > > > Hiendl Elke wrote:
> > > > > > >
> > > > > > > when I type whereis apachectl it prompts me "apachectl:";
> > > > > > when I point to
> > > > > > Try
> > > > > >
> > > > > > find / -name apachectl -print
> > > > > >
> > > > > > I suspect apachectl is in /usr/local somewhere, and
> > > > > > whereis isn't checking there.
> > > > > >
> > > > > > > https://localhost, it also hangs.
> > > > > > > So what to do now?
> > > > > > Read http://www.modssl.org/docs/2.7/ssl_faq.html#ToC19 and
> > > > > > try some of the tests. Something is running on 443, and I
> > > > > > suspect it's apache. Use apachectl to stop apache, then
> > > > > > verify there is nothing on 443.
> > > > > >
> > > > > > >
> > > > > > > > -----Urspr�ngliche Nachricht-----
> > > > > > > > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > > > > > > > Gesendet am: Mittwoch, 18. Oktober 2000 10:18
> > > > > > > > An: [EMAIL PROTECTED]
> > > > > > > > Betreff: Re: HTTPS-Error
> > > > > > > >
> > > > > > > > Hiendl Elke wrote:
> > > > > > > > >
> > > > > > > > > I have Apache1.3.12, modssl 2.6.6-1-3-12 and
> > openssl 0.9.6
> > > > > > > > running on
> > > > > > > > > Caldera OpenLinux 2.3. I configured my Apache to listen
> > > > > > > > only to Port 443. I
> > > > > > > > > am able to start Apache, but when I type:
> > > > > > > > https://myserver.domain.com , the
> > > > > > > > > whole thing just hangs; when I look in the
> > error.log I get
> > > > > > > > following:
> > > > > > > > >
> > > > > > > > > [] [error] [client 192.168.3.42] Invalid method
> > in request +
> > > > > > > > >
> > > > > > > > > It also tells me, that it could not bind to Port 443
> > > > > > > > (Adress already in use:
> > > > > > > > > make_sock: could not bind to port 443)
> > > > > > > > http://www.modssl.org/docs/2.7/ssl_faq.html#ToC19 tells
> > > > > > > > you how to manually check your HTTPS server. This will
> > > > > > > > tell you if something is listening to 443.
> > > > > > > >
> > > > > > > > > When I try to start with apachectl startssl, I
> > am told that
> > > > > > > > the command was
> > > > > > > > > not found ????
> > > > > > > > > Sounds all very strange to me, can anybody help me?
> > > > > > > > It sounds to me that your PATH doesn't include
> > > > > > > > apachectl.
> > > > > > > >
> > > > > > > > whereis apachectl
> > > > > > > >
> > > > > > > > should help. What happens if you point your web
> > > > > > > > browser at https://localhost/ ?
> > > >
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]