Yes, I've seen the many, many multitudes of posts on this topic, but nothing
I've tried seems to fix it. I pull up the link just fine, but as soon as I
do anything within the application, it immediately drops to HTTP. I can
throw the "S" in there and hit enter and the page loads fine, but the next
action I do in the app takes me back to HTTP. See below for config, any
ideas?
It almost sounds like the issue described on the pound homepage with regard
to zope:
" A special problem arises when you try using *Pound* as an SSL wrapper:
Zope assumes that the requests are made via HTTP and insists on prepending
'http://' to the (correct) address in the replies, including in the tag and
the absolute URLs it generates (for images for example). This is clearly an
undesirable behavior. "
::::CONFIGURATION::::
Pound version - 2.4.5-3 on Ubuntu server 10.04
I'm using an application called JDEdwards EnterpriseOne that sits on Oracle
Application Server and Apache 1.3
I have the application running on HTTP port 8101. I have pound running on a
separate server as HTTPS on port 4433, below is my config:
ListenHTTPS
Address 0.0.0.0
Port 4433
Cert "/usr/local/etc/jdewebcert.pem"
RewriteLocation 2
Service
BackEnd
Address 192.168.1.100
Port 8101
End
End
End