poehoes / ampache-mobile

Automatically exported from code.google.com/p/ampache-mobile
0 stars 0 forks source link

Feature: Support talking to Ampache over SSL #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:  https:// needs to work.  I know i'd like my server encrypted.

This is dependent on Ajax.request supporting SSL in WebOS.

Original issue reported on code.google.com by bjgeiser@gmail.com on 2 Sep 2009 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 21 Sep 2009 at 7:47

GoogleCodeExporter commented 9 years ago
I was able to get WebOS and ampache talking to my server over SSL, by using and
importing cacert.org as my CA. The ampache lists load, but no files can be 
played. If
you disable "Forces Http play regardless of port" in ampache, it will attempt 
to use
https URLs, but as I've seen in the past nothing can play over HTTPS which 
makes me
skeptical WebOS can.

I was able to get some files to play from an HTTPS config, but over HTTP for the
streaming.

Original comment by isawdrones@gmail.com on 21 Sep 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Looks like you are correct.  Audio streaming service blows up on an encrypted 
stream.
 So this probably won't be supported anytime soon.

Original comment by bjgeiser@gmail.com on 21 Sep 2009 at 11:27

GoogleCodeExporter commented 9 years ago
There is an https example at:

http://developer.palm.com/index.php?option=com_content&view=article&id=1741

But when tested on my phone, it seems to only want to play http.

Original comment by isawdrones@gmail.com on 21 Sep 2009 at 11:27

GoogleCodeExporter commented 9 years ago
I would still like to use SSL for the database loads. If nothing else, it 
provides
encryption for the username/password. 

Original comment by isawdrones@gmail.com on 22 Sep 2009 at 12:10

GoogleCodeExporter commented 9 years ago
I'm going to leave it as is for now.  Looks like WebOS is currently dependent 
on a
signed key from a real CA.  If they have a way to ignore a personally signed 
key in
the future I'll add that to the app.  I tried the Audio Streaming on safari on a
desktop PC and even it can't do it.  Since they are both based on webkit, WebOS 
wont
have SSL streaming until webkit does.

Original comment by bjgeiser@gmail.com on 22 Sep 2009 at 12:17

GoogleCodeExporter commented 9 years ago
what if you import the certificate with the webos certificate manager?

Original comment by aeyakove...@gmail.com on 27 Apr 2011 at 7:11