SparkleShare-Android icon indicating copy to clipboard operation
SparkleShare-Android copied to clipboard

HTTPS location fails to add

Open zombor opened this issue 13 years ago • 16 comments

I've got an https sparkleshare dashboard, and when I enter the url for it, it says "Sorry, but we weren't able to reach the host...".

This maybe be due to my self signed certificate, as it worked with normal http.

zombor avatar Oct 31 '11 01:10 zombor

I'm having the same issue. I tried importing my self-signed cert into my phone, but that didn't help.

ddeighton avatar Oct 31 '11 03:10 ddeighton

Maybe related, I am currently trying to get the android client to connect to a dashboard instance running behind apache (server.com/sparkle instead of server:3000) and this also doesn't seem to work. Maybe this stuff is hardcoded?

monreal avatar Nov 06 '11 09:11 monreal

@zombor: Can you give me the logcat output for a specific error message?

@monreal: server port is not hardcoded. However the app assumes port 3000 if no port was given inside the url

NewProggie avatar Nov 06 '11 14:11 NewProggie

Still not sure if my problem is maybe the same as zombor's. The fact that he is trying to use HTTPS means he also uses some other webserver as a reverse proxy? Or does the dashboard support HTTPS natively?

When configuring the reverse proxy (on HTTP or HTTPS doesn't matter), the dashboard is no longer reachable on :3000 (or whatever port it is set to run). However, the android app still tries to connect to this port.

monreal avatar Nov 06 '11 21:11 monreal

Yeah, I'm proxying behind apache. I'll try and get a log from the phone tomorrow.

zombor avatar Nov 07 '11 04:11 zombor

I'm having the same issue. proxy through apache, self-signed certificate. I installed my root-certificate to the device, without any luck. This seems to be an old issue - has it already been resolved? Thanks in advance :)

kaspro avatar Jan 09 '12 07:01 kaspro

I'm not using a proxy but HTTPS with a self-signed certificate. The android client claims the host that the host is not reachable, but with HTTP it works. I installed the certificate via Settings->Security->Install From SD but that did not change anything. I wonder whether the client supports self-signed certificates at all?!

jschlatow avatar Jan 31 '12 02:01 jschlatow

I used a certificate from StartSSL, which is an certified authority (at least for firefox) but still can't connect :/ Please fix this. Nobody wants to connect on unencrypted channel through port 3000.

comzeradd avatar Feb 14 '12 11:02 comzeradd

It seems to work just fine. Just use: https://sparkedomain:443 and it connects.

comzeradd avatar Mar 10 '12 22:03 comzeradd

Got the same Problem. Sparkleshare behind SSL-Apache. And just adding the Port-Number doen't work for me. http://domain:443/sparkle won't work.

Any suggestions?

DanielH1987 avatar Mar 19 '12 01:03 DanielH1987

Try: https://domain:443/sparkle

comzeradd avatar Mar 19 '12 08:03 comzeradd

My Bad. I meant: https://domain:443/sparkle

I'm familiar with linux, but not with andoird. Is there a way reading the logs without having root?

DanielH1987 avatar Mar 19 '12 10:03 DanielH1987

Hello to fix this i create this pull request https://github.com/NewProggie/SparkleShare-Android/pull/73

Daniel-Marynicz avatar Apr 04 '12 18:04 Daniel-Marynicz

And I upload SparkleShare-fix-issue-52.apk http://dl.dropbox.com/u/37563517/SparkleShare-fix-issue-52.apk To fix this please install this apk. On Welcome Screen, Enter to options by menu key. And change option Accept all SSL certifcates to true.

Daniel-Marynicz avatar Apr 04 '12 18:04 Daniel-Marynicz

Perfekt! Works great!

Thank You!

xawerion [email protected] schrieb:

And I upload SparkleShare-fix-issue-52.apk http://dl.dropbox.com/u/37563517/SparkleShare-fix-issue-52.apk To fix this please install this apk. On Welcome Screen, Enter to options by menu key. And change option Accept all SSL certifcates to true.


Reply to this email directly or view it on GitHub: https://github.com/NewProggie/SparkleShare-Android/issues/52#issuecomment-4960078

DanielH1987 avatar Apr 04 '12 19:04 DanielH1987

Update of the app in Google Play would be nice.

vauvenal5 avatar Feb 13 '13 15:02 vauvenal5