cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading Stalls in Share

edk
Champ in-the-making
Champ in-the-making
I have installed JBoss with Alfresco and Share. And I have no problems with uploading files when listening with the default connector, like this:

    <Connector port="8080" address="${jboss.bind.address}"   
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" />

But, when I add the squid reverse proxy with https support, the connector is updated to:


    <Connector port="8080" address="${jboss.bind.address}"   
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         proxyName="{domain name}" scheme="https" proxyPort="443"
         connectionTimeout="20000" disableUploadTimeout="true" />

When using the https connector, everything* works the same - except for uploading a file. The screen stalls when the upload button is pressed. There are no attempts at loading a url - it just hangs. Is there any more logging I can do?

* I still have to resize my browser for the file selection button to appear
4 REPLIES 4

mikeh
Star Contributor
Star Contributor

edk
Champ in-the-making
Champ in-the-making
Well, this page explains the problem for me - I think.

http://swfupload.org/forum/generaldiscussion/347

We let our cert expire, since we were not doing anything for production, and this problem started.

edk
Champ in-the-making
Champ in-the-making
I can confirm that creating a self-signed cert, and importing the CA cert into the browser, resulted in the flash uploader working again. Thanks for your help MikeH.

mikeh
Star Contributor
Star Contributor
Thanks for the update - useful info.

Mike