Hi Andreas,
Still not able to work.
1) Yes , SwiftMQ router is listening on port 443.
2) The listener is plain
3)the "type=com.swiftmq.net.PlainSocketFactory"
> in your SMQP-URL?
4) I am not sure whether the proxy is enabled on port 443 for CONNECT
method.
Yes, I am able to access https site from my browser.
5) I am afraid that we are not so sure how to configure our Linux Squid
transparent proxy to enable port 443 for CONNECT method. Can give us your
guidance
Error generated are as the following :
Queue name is testqueue@router1
HttpTunneling: Property filename = httptunnel.properties
HttpTunneling: Property file found, HttpTunneling enabled
HttpTunneling: Properties = {noproxy.host.names=localhost,
proxy.host=192.168.213.251, proxy.password=, proxy.port=80, proxy.username=}
HttpTunneling: Checking, if host 'sggm01.gridnode.com' goes through the
proxy ...
HttpTunneling: Yes (does not match any entry in the exclude list)
HttpTunneling: Sending to proxy:
CONNECT sggm01.gridnode.com:443 HTTP/1.0
User-Agent: SwiftMQ JMS Enterprise Messaging System
Proxy-Authorization: Basic Og==
HttpTunneling: Receiving from proxy:
HTTP/1.0 503 Service Unavailable
Server: Squid/2.2.STABLE5
Mime-Version: 1.0
Date: Wed, 06 Dec 2000 10:55:03 GMT
Content-Type: text/html
Content-Length: 694
Expires: Wed, 06 Dec 2000 10:55:03 GMT
X-Squid-Error: ERR_CONNECT_FAIL 111
HttpTunneling: Response from proxy is != 200; throwing exception
<<< Could not create JNDI context:1111>>>> javax.naming.NamingException:
unable to connect, exception = javax.jms.JMSException: error creating socket
connection to sggm01.gridnode.com:443, message: Error during proxy setup.
Proxy responds with:
HTTP/1.0 503 Service Unavailable
Server: Squid/2.2.STABLE5
Mime-Version: 1.0
Date: Wed, 06 Dec 2000 10:55:03 GMT
Content-Type: text/html
Content-Length: 694
Expires: Wed, 06 Dec 2000 10:55:03 GMT
X-Squid-Error: ERR_CONNECT_FAIL 111
JNDI lookup problem: javax.naming.NamingException: unable to connect,
exception = javax.jms.JMSException: error creating socket connection to
sggm01.gridnode.com:443, message: Error during proxy setup. Proxy responds
with:
HTTP/1.0 503 Service Unavailable
Server: Squid/2.2.STABLE5
Mime-Version: 1.0
Date: Wed, 06 Dec 2000 10:55:03 GMT
Content-Type: text/html
Content-Length: 694
Expires: Wed, 06 Dec 2000 10:55:03 GMT
X-Squid-Error: ERR_CONNECT_FAIL 111
regards
van sioung
----- Original Message -----
From: "Andreas Mueller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 06, 2000 6:43 PM
Subject: [developers] ERR_CONNECT_FAIL 111
>
> Does your SwiftMQ router listen on port 443?
>
> Is it a plain or a JSSE listener?
>
> On JSSE - have you specified the "type=com.swiftmq.net.JSSESocketFactory"
> in your SMQP-URL?
>
> Are you sure, your proxy enables the CONNECT method for port 443? To check
> this, connect via your browser to a https site in the Internet via your
> proxy.
>
> --
> Andreas Mueller, [EMAIL PROTECTED], IIT GmbH, Bremen/Germany, http://www.iit.de
> SwiftMQ, JMS Enterprise Messaging System, http://www.swiftmq.com
>
>
> -----Original Message-----
> From: Chee Seng Toh <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: Wed, 06 Dec 2000 18:20:30 +0800
> Subject: [developers] ERR_CONNECT_FAIL 111
>
> >
> > >
> > >Dear Expert,
> > >
> > We are test a client application behind a Squid Proxy to a (non-FQDN)
> > host
> > server (for swiftmg router)
> >
> > >We have at first added a pseudo FQDN (abc.gridnode.com) to the client
> > and
> > >(swiftmq)router hosts file (with the correct IP address)and had yield
> > the
> > >result of ERR_DNS_FAIL 0. We have since also added the entry where the
> > >(squid) *proxy* is running. We have verified that from the proxy, it
> > is
> > >able to ping <FQDN> of the swiftmq router.
> > >
> > >the error that we now see ..
> > >
> > >HttpTunneling: Receiving from proxy:
> > >HTTP/1.0 503 Service Unavailable
> > >Server: Squid/2.2.STABLE5
> > >Mime-Version: 1.0
> > >Date: Wed, 06 Dec 2000 06:49:33 GMT
> > >Content-Type: text/html
> > >Content-Length: 694
> > >Expires: Wed, 06 Dec 2000 06:49:33 GMT
> > >X-Squid-Error: ERR_CONNECT_FAIL 111
> > >
> > >HttpTunneling: Response from proxy is != 200; throwing exception
> > >Could not create JNDI context: javax.naming.NamingException: unable to
> > >connect, exception = javax.jms.JMSException: error creating socket
> > >connection to abc01.gridnode.com:443, message: Error during proxy
> > setup.
> > >Proxy responds with:
> > >HTTP/1.0 503 Service Unavailable
> > >Server: Squid/2.2.STABLE5
> > >Mime-Version: 1.0
> > >Date: Wed, 06 Dec 2000 06:49:33 GMT
> > >Content-Type: text/html
> > >Content-Length: 694
> > >Expires: Wed, 06 Dec 2000 06:49:33 GMT
> > >X-Squid-Error: ERR_CONNECT_FAIL 111
> > >
> > >JNDI lookup problem: javax.naming.NamingException: unable to connect,
> > >exception = javax.jms.JMSException: error creating socket connection
> > to
> > >abc01.gridnode.com:443, message: Error during proxy setup. Proxy
> > responds
> > >with:
> > >HTTP/1.0 503 Service Unavailable
> > >Server: Squid/2.2.STABLE5
> > >Mime-Version: 1.0
> > >Date: Wed, 06 Dec 2000 06:49:33 GMT
> > >Content-Type: text/html
> > >Content-Length: 694
> > >Expires: Wed, 06 Dec 2000 06:49:33 GMT
> > >X-Squid-Error: ERR_CONNECT_FAIL 111
> > >
> > >
> > >What could the possible cause and workaround?
> > >
> > >
> > >Regards
> > >Chee Seng
> > >
> >
> >
> > ------------------------------------------------------
> > SwiftMQ developers mailing list * http://www.swiftmq.com
> > To unsubscribe from this list, send an eMail to
> > [EMAIL PROTECTED] and write in the body of your message:
> > UNSUBSCRIBE developers <your-email-address>
> > Archive: http://www.mail-archive.com/developers@mail.iit.de/
> >
> >
> >
>
>
> ------------------------------------------------------
> SwiftMQ developers mailing list * http://www.swiftmq.com
> To unsubscribe from this list, send an eMail to
> [EMAIL PROTECTED] and write in the body of your message:
> UNSUBSCRIBE developers <your-email-address>
> Archive: http://www.mail-archive.com/developers@mail.iit.de/
>
>
>
>
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/