Fastpath webchat redirects to localhost

I installed fastpath and fastpath webchat and have been able to setup workgroups. The problem is that everytime I go to http://[FQDN of my server]/webchat it doesn’t display any of the images of the status of the workgroup (offline or online). Clicking on the space where the image should be opens a new window that is pointed to http://localhost:9090/ eventually giving group is offline and close this window button, but no images are loaded on this page either.

After reloading both fastpath and fastpath webchat plugins a few times setting the server host differently each time, I finally found that it was trying to redirect from the page to localhost were it would immediately fail. Fastpath is crucial to my orginization migrating to Openfire. Any ideas are appreciated.

-red

This is from the which rev of openfire?

3.6.4

I’m wondering if it is part of the proxy to 9090 that has an issue. If you use the direct port, e.g. http://[FQDN]:9090/webchat/ does it work?

Also any clues in the log files?

Yes, that works.

here is the error I get when I try to initiate without the :9090 at the end of the url

2010.09.23 15:22:07 [org.jivesoftware.openfire.net.SocketReadingMode.negotiateTLS(SocketReadingMode .java:77)] Error while negotiating TLS: org.jivesoftware.openfire.net.SocketConnection@2f2421 socket: Socket[addr=/,port=61751,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@a59823 status: 1 address: chat/9b87c84e id: 9b87c84e

OK this looks like the proxy is trying to use TLS (secure access) via HTTP. If so, the proxy should be going to HTTPS instead.

Also if you haven’t already, take a look at this doc. It has some information about Fastpath over proxy (for Apache22, in this case). It looks like you are using IIS or some other web server.

http://community.igniterealtime.org/docs/DOC-1876