Dennis, Not sure if this is the same issue that you're having, but I'm having issues with the 1.0.4 client making an initial connection over HTTP instead of HTTPS. This might explain why you're not seeing anything in the server logs if you only have the server listening on 443.
Even when I have "Use secure connection" selected in the ownCloud connection wizard in 1.0.4, it looks like the client is doing a HTTP GET for /status.html over cleartext (port 80) HTTP. This works from inside my network where the web server is accessible over port 80 and 443, but not from outside where only 443 is accessible. Does anyone know why the client would be trying an initial request over HTTP? It seems like HTTPS should always be used if the "Use secure connection" option is selected. When the client is able to connect over 80 (even if it gets a redirect to HTTPS), it appears to work and use SSL from then on. But if port 80 is inaccessible it just fails for me. This is on a Windows 7 client btw. ------------------------------------- Oliver Garraux Check out my blog: www.GetSimpliciti.com/blog Follow me on Twitter: twitter.com/olivergarraux On Fri, Aug 10, 2012 at 6:41 PM, Dennis <[email protected]> wrote: > Thanks for sharing. > Unfortunately i always get a "connection timeout" when i try to access my > owncloud through the 1.0.4 client. > There is no error in the apache2 error.log > > Do you have an idea why the 1.0.4 client won`t connect? > > Thank you > > Am 10.08.2012 17:11, schrieb Klaas Freitag: > >> Hi, >> >> I am very happy to announce release 1.0.4 of the ownCloud desktop client >> and csync 0.50.8 (ownCloud release) for the three platforms Linux, MacOSX >> and Windows. >> >> This release brings some new features such as proxy- and proper http(s) >> redirect support as well as a whole bunch of bugfixes and improvements. >> >> I'd like to thank everybody who contributed in all the various ways, for >> example with code, bugfixing and testing. Without your help we would simply >> not have been able to come up with this release. Thanks :) >> >> See the detailed changelog: http://owncloud.org/sync-clients/releases/ >> >> Sources: >> http://download.owncloud.com/download/csync-0.50.8.tar.bz2 >> http://download.owncloud.com/download/mirall-1.0.4.tar.bz2 >> >> Binaries: >> Linux (various distros): >> >> http://software.opensuse.org/download/package?project=isv:ownCloud:community&package=owncloud-client >> (Please give the buildservice some more time to publish the binaries). >> >> Windows: >> http://download.owncloud.com/download/owncloud-client-1.0.4-setup.exe >> >> MacOS: >> http://download.owncloud.com/download/ownCloudClientSetup-1.0.4.dmg >> >> Please report bugs to our bugtracker at http://bugs.owncloud.org , >> Component "Desktop Client". Also it would help to verify existing bug >> reports against the latest client. >> >> Thanks, >> >> Klaas >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud > > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
