iFolder 3.8.3 error in windows 7

Here’s what is now working for me.
OpenSuse 11.3 x64 and iFolder 3.8.0.3 server / client, openLDAP, Windows 7 x64.

To re-summarize my problem, I was able to use the web interface (both /admin and /ifolder) without trouble. I could also use the 32 bit client with 32 bit Win XP. I could not use the client with Windows 7 (x64 or 32).

The solution was to:
1) Issue an SSL cert that referenced the server’s FQDN.
I.E. gensslcert –n www.mydomain.com
2) Configure simias for this FQDN.
I.E. simias-server-setup -> https://www.mydomain.com/simias10 -> both the public and private interface
3) Edit /etc/apache2/vhosts.d/vhosts-ssl.conf
uncomment and edit the ServerName line to read as below
ServerName www.mydomain.com

iFolder night update version repo for openSUSE 11.3
[network_ifolder_client_snapshot]
name=iFolder Client Daily Builds (openSUSE_11.3)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/network:/ifolder:/client_snapshot/openSUSE_11.3/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/network:/ifolder:/client_snapshot/openSUSE_11.3/repodata/repomd.xml.key
enabled=1

[network_ifolder_server_snapshot]
name=iFolder Server Daily Builds (openSUSE_11.3)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/network:/ifolder:/server_snapshot/openSUSE_11.3/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/network:/ifolder:/server_snapshot/openSUSE_11.3/repodata/repomd.xml.key
enabled=1

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.