Giter Club home page Giter Club logo

Comments (3)

oderwat avatar oderwat commented on June 22, 2024

Well 403 is expected for accessing /auth/v1.0/ without a valid user/password (which is defined in the config file).

Did you successfully register the gate with the hubic server itself?

Did you check "https://yourserver.com/usage/" to report back your HubiC Storage usage?

Also be aware that Yosemite comes with Apache 2.2 and therefore the server config may need adjustments too ("Require all granted" instead of the old " Order allow,deny / Allow from all" stuff).

from hubic2swiftgate.

Tazintosh avatar Tazintosh commented on June 22, 2024

Hi Hans,

Registration did worked as well as /usage/
I've added "require all granted" on the virtual host, still no luck.
Here is the config (Apple's one):

<VirtualHost 192.168.1.11:443>
        ServerName myDomainName
        ServerAdmin [email protected]
        DocumentRoot "/Users/AdminAccountName/Documents/Sites/Production/hubiCAuth"
        DirectoryIndex simple.php
        CustomLog /var/log/apache2/access_log combinedvhost
        ErrorLog /var/log/apache2/error_log
        <IfModule mod_ssl.c>
                SSLEngine On
                SSLCipherSuite "ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM"
                SSLProtocol -ALL +TLSv1
                SSLProxyEngine On
                SSLCertificateFile "/etc/certificates/myDomainName.3273EE8C9371EA56327E8EA984F496DB47E09905.cert.pem"
                SSLCertificateKeyFile "/etc/certificates/myDomainName.3273EE8C9371EA56327E8EA984F496DB47E09905.key.pem"
                SSLCertificateChainFile "/etc/certificates/myDomainName.3273EE8C9371EA56327E8EA984F496DB47E09905.chain.pem"
                SSLProxyProtocol -ALL +TLSv1
                SSLProxyCheckPeerCN off
                SSLProxyCheckPeerName off
        </IfModule>
        <Directory "/Users/AdminAccountName/Documents/Sites/Production/hubiCAuth">
                Options All -Indexes -ExecCGI -Includes +MultiViews
                AllowOverride All
                <IfModule mod_dav.c>
                        DAV Off
                </IfModule>
                <IfDefine !WEBSERVICE_ON>
                        #Require all denied
                        Require all granted
                        ErrorDocument 403 /customerror/websitesoff403.html
                </IfDefine>
        </Directory>
</VirtualHost>

from hubic2swiftgate.

Tazintosh avatar Tazintosh commented on June 22, 2024

Hey Hans,
In case you want to take a look, I've also open an issue on ftpcloudfs git https://github.com/cloudfs/ftp-cloudfs/issues/35

from hubic2swiftgate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.