Hubic FUSE FileSystem (Read Only) Streaming mode

Try the next step to see if it’s working. I know that I’ve got some errors, but I can’t remember which ones.

Ok,

just to be sure, in the panel hubiC I configured as follows:
last name: “sharing_docker”
and domain redirection: “https://MyServerIP/

I did well? (I have doubts)

You have to add the port number 9443 (default). https://myserverip:9443/callback/

ok in hubiC I changed the settings that I was wrong.
This is the screen of the two commands, in the first me back a warning / info and a second fatal error.

bombe93 I think that the problem is the** :latest** remove it and exec the run command again :wink:

@segator said:
bombe93 I think that the problem is the** :latest** remove it and exec the run command again :wink:

How can I do?

I think it doesn’t work if you don’t use one of the latest docker release.

This is the version installed:

I use this one :
Docker version 1.9.0, build 76d6bc9

(Now i have the same version of you,1.9.0 and build 76d6bv9)
Ok i have update the docker to the 1.9.0 version and this is the output of the two comands.
There is something wrong.

Last night I’ve tried to install it again on a local virtual machine and it works perfectly. I don’t know what is going on with your system… :-/

I do a summary of how I did it to see if I’ve done something wrong:

These are the settings in hubiC “space developers”:

surname = (any word, I do not think is relevant)
Domain Redirection = https://myipserver:9443/callback/
so I have the keys client id and client secret and the status is “created”

Then I set up following this guide (https://github.com/jkaberg/docker-hubic2swiftgate).
It said that the docker was not installed so I installed it (sudo apt-get install docker.io).

Docker version installed:
output of the command “sudo docker version”:
output of the command “sudo docker -v”:

Then I continued with the guidance of Git.

In the file “config/config.php” i insert the password, client id and client secret of hubic.

I chose this path for the folder “/home/plex/”.
so in that path I run these commands:
“sudo git clone https://github.com/jkaberg/docker-hubic2swiftgate
“cd docker-hubic2swiftgate”
“docker build -t hubic2swiftgate .”
the output:

then the command “docker run -d -p 9443:443 --name hubic2swiftgate --restart always hubic2swiftgate”
the output:

Then i go to firefox and open “https://myipserver:9443/register/?client=hubic&password=mypasswordOfFile” and return Problem loading page unable to connect.

My server version:
Kernel version:

I did a summary because I hope to understand better what does not work.

Hi,
I had a question, how do you do with the certificates. I got this error when I do a mkfs.s3ql :
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)
Thanks,

On my Ubuntu VM I got this error too and I can’t go any further. On my Dedbian 7.9 dedicated server, I’ve never had such problems. :-/

So how do I? There are other solutions or alternatives? Someone else was able to get this thing working well?

this error happens because you need a certificate but if you add this next argument you could passthru this error

–backend-options no-ssl

Hi, so i didn’t get it working with my ubuntu vm. So I installed it on debian 8.1, and got the same error, so i tried it with : --backend-options no-ssl and got that error s3ql.backends.s3c.HTTPError: 400 Bad Request ,
so it say he cannot contact it because he is only available by https. Did someone pass this issue?
Thanks,

And I will try with debian 7.9 tomorrow to see if it’s different

Then? Any news? Alternatives?

one of my friends is making a docker all in one s3ql + hubic if you can wait 1 week, I will tell you how to setup easily with docker :wink: