views:

609

answers:

1

Has anyone used RichFaces on a secure site? I'm using the following:

Tomcat 6 RichFaces 3.3.1 (also tried 3.1.4.GA) intermediate certificate

My application is using the Rich panel bar. When using HTTPS, only the panel labels are rendered and I get the following JavaScript error:

'RichFaces' is undefined

This is the JavaScript creating the error: new Richfaces.PanelBar

When using HTTP, the panel bar renders as expected without any JavaScript errors.

So it appears the application is unable to find the necessary RichFaces Library when using HTTPS. I've been unable to locate any documentation regarding additional configuration for HTTPS.

Any help would be much appreciated.

A: 

We are successfully using Richfaces over HTTPS (Apache->mod-jk->JBoss 5.1.0). We haven't seen the exact but problem you're running into, but we did hit this issue https://jira.jboss.org/jira/browse/JBIDE-4500 https://jira.jboss.org/jira/browse/RF-7399][2]. May or may not be helpful, be I at least wanted to confirm that you can run Richfaces over HTTPS just fine.

Rich Taylor