Skip to content
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

Omitting protocol when adding remote share does not work #9097

Closed
PVince81 opened this issue Jun 18, 2014 · 3 comments
Closed

Omitting protocol when adding remote share does not work #9097

PVince81 opened this issue Jun 18, 2014 · 3 comments

Comments

@PVince81
Copy link
Contributor

Steps to reproduce

  1. Setup two servers "localserver" and "remoteserver"
  2. On "remoteserver" create a folder "shared_folder"
  3. Share "shared_folder" with link.
  4. Open the link
  5. Click "Add to ownCloud" and entry the URL of "localserver" but WITHOUT the protocol, for example: "laptop.vincentpetry.net:8080/owncloud"

Expected result

Auto-detect routine finds out that HTTP is the correct protocol.

Actual result

An error popup appears that says that "laptop.vincentpetry.net:8080/owncloud".
From the code I saw earlier it should try HTTPS, then HTTP to find out the correct protocol.
Note that if I manually enter "http://laptop.vincentpetry.net:8080/owncloud" it works.

More information

Using OC7 git master baf46c7 for both servers

Setting to low as it's mostly a UX issue and nice to have.

@PVince81
Copy link
Contributor Author

@icewind1991 @schiesbn

@craigpg craigpg added this to the ownCloud 7.0.1 milestone Jun 20, 2014
@icewind1991
Copy link
Contributor

I'm not able to reproduce this, can you post the result of the call to testremote.php

@PVince81
Copy link
Contributor Author

Yes, works for me now.
It seems that my VM didn't resolve the host name correctly which caused a timeout. => environment issue.
Closing.

@craigpg craigpg modified the milestones: archive, 2014-sprint-01 Sep 9, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants