Page 1 of 1

Upload problem via SSL connection

PostPosted:Tue Dec 07, 2010 2:26 pm
by Ghostfox
Hi there,

i just have installed OpenKM on my homeserver. Recently i have modified the server so the communication between browser and Server is via SSL. Now i have encountered a problem while uploading files from a remote PC to the Server. It actually is not working. if i go over the normal Port 8080 it works just fine but not over 8443. If i connect myselfe from the browser on my server with OpenKM it uploads the files via SSL connection. Now I wonder where the problem is. If You could help out, i would appriciate it.

Server: Windows 2008
Client: IE7
JBOSS: jboss-4.2.3.GA

Re: Upload problem via SSL connection

PostPosted:Tue Dec 07, 2010 5:21 pm
by jllort
Ok,

First try explain changes you've done to setting SSL, and we'll try getting some configuration like yours to make the testings.

Re: Upload problem via SSL connection

PostPosted:Mon Jan 17, 2011 10:46 am
by Ghostfox
Hi there,

i am sorry that i could not write sooner but i had a lot of work here over the Holidays.

I just added the settings to the server.xml file like it is described on the jboss website and this website
Code: Select all
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
strategy="ms" address="${jboss.bind.address}"
keystoreFile="${jboss.server.home.dir}/conf/.keystore"
keystorePass="[PASSWORD]"
truststoreFile="${jboss.server.home.dir}/conf/.keystore"
truststorePass="[PASSWORD]"
It actually workes at the moment. A Friend of mine tried it from his maschine. He added a New Folder and now it works just fine. Now i can add any Files to the Folders. If you need more info about the configuration i made to the files let me know.

Re: Upload problem via SSL connection

PostPosted:Tue Jan 18, 2011 9:57 am
by jllort
If you give it to us, will adding in our documentation wiki

Re: Upload problem via SSL connection

PostPosted:Wed Jan 19, 2011 11:31 am
by Ghostfox
As soon as i have time i will write a little documentation with all the code to the files.

Re: Upload problem via SSL connection

PostPosted:Thu Jan 20, 2011 9:37 am
by jllort
OK Thanks for your support

Re: Upload problem via SSL connection

PostPosted:Fri Feb 25, 2011 10:08 am
by Ghostfox
Hi everyone,

here are the config files for OpenKM so it works with postgress and over SSL authentication. I hope the Files are enough. As soon I have the Documentation Translated to English, I will post it here. If it should be needed. On the jboss-service.xml I have changed some Ports. You only need to do this if a port which is needed by OpenKM is allready in use by an other Applikation.

Oh and one more bug, I encounterd this Bug because the passwords of a user lasts only 1 month. A few days before the password expires the problem occured that the repository couled not be loaded completly. At first glance I thought the database was currupt, but after I changed my password it did work just fine again. I think it was like that because at each login the message for the passwordchange would popup in windows. This only Occured once I could not reproduce it.

Ghostfox

Re: Upload problem via SSL connection

PostPosted:Mon Feb 28, 2011 10:23 am
by pavila
Post it here and I will add to the documentation wiki.

I would need more info about the error you commented. In OpenKM 4.0 there was an error related to user password change, but was solved in OpenKM 4.1 and I have notices about this bug in OpenKN 5.0.x anymore.

Re: Upload problem via SSL connection

PostPosted:Wed Oct 05, 2011 12:24 pm
by pavila

Re: Upload problem via SSL connection

PostPosted:Fri Oct 07, 2011 6:56 pm
by jllort
Solved in our nightly build too integration.openkm.com, now it's not necessary users apply the .reg patch.