[EMAIL PROTECTED] wrote:
> 
> > [08/Apr/2002 04:15:41 29987] [info]  Init: Configuring server
> > asterix.cs.teiath.gr:599 for SSL protocol

This indicates that SSL is starting properly.

> > then i try the following
> > curl https://asterix.cs.teiath.gr:599
> > and it produces in the ssl_engine_log the following
> >
> > [08/Apr/2002 04:36:36 29988] [info]  Connection to child 0 established
> > (server asterix.cs.teiath.gr:599, client 195.130.109.84)
> > [08/Apr/2002 04:36:36 29988] [info]  Seeding PRNG with 23177 bytes of
> > entropy
> > [08/Apr/2002 04:36:37 29988] [info]  Connection: Client IP: 195.130.109.84,
> > Protocol: TLSv1, Cipher: EDH-RSA-DES-CBC3-SHA (168/168 bits)
> > [08/Apr/2002 04:36:37 29988] [info]  Initial (No.1) HTTPS request received
> > for child 0 (server asterix.cs.teiath.gr:599)
> > [08/Apr/2002 04:36:37 29988] [info]  Connection to child 0 closed with
> > standard shutdown (server asterix.cs.teiath.gr:599, client 195.130.109.84)
> >
> > that it means to me,if i get it right, that it works

This confirms the server is OK. You can access it from the same
machine...

> > when i trythe same curl https://asterix.cs.teiath.gr:599
> > from a different machine
> > i receive
> > curl: (7) connect() failed

> > when now i try through a browser https://asterix.cs.teiath.gr:599
> > nothing is happening
> > i receive from netscape "server not response"

So you cannot connect across a network....

Questions:

- do you get anything in the SSL log when you try to connect from across
the network? If not -> packets are not reaching server.

- to confirm, try "# snoop port 599" to see if there is any traffic at
the network layer.

- do other network services work across the network (plain HTTP, telnet
etc.)? If not -> network problem.

- I notice you want to use port 599. Is there a firewall, bridge or
router in between the client and server which might be configured to
drop packets on such an unusual port?

- is it possible to try SSL on port 443 (which is standard)?

Rgds,

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

Reply via email to