-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 Forbidden #11
Comments
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). |
Hi Hans, Registration did worked as well as /usage/
|
Hey Hans, |
Hi Hans,
I'm trying to run ftpcloudfs + hubic2swiftgate on Mac OS X Yosemite (+ Server.app installed).
Have you been able to make it run under such a similar config?
Everytime I want to connect to ftp://hubic@192.168.1.11:2021, I get an error.
I've both tested with MAMP or Apple's Apache.
https://myServerDomain:8890/auth/v1.0/ is when I test with MAMP, else, it's https://myServerDomain/auth/v1.0/ with default OS X Apache.
With MAMP, I'm using a MAMP create autosigned certificate+key
With Apple's Apache, I'm using an Apple autosigned certificate+key create right into the Server.app
Error With Apple Apache
Error with MAMP
By running the command
curl -v -k https://myServerDomain:8890/auth/v1.0/
I've the following outputThis one is the ouput with Apple Apache
The text was updated successfully, but these errors were encountered: