| View previous topic :: View next topic |
| Author |
Message |
FZee
Joined: 03 Mar 2010 Posts: 79
|
Posted: Jan 09, 2012 5:51 pm Post subject: Using SSL for downloads & with Apache 2.2 & XFS 1.8 |
|
|
I like the idea that RapidShare uses SSL downloads for free users and their premium customers too.
If i was using XFS 1.8 & Apache 2.2 'strictly for' hosting audio files such as m4a , mp3, mp4(audio), acc, flac, etc etc...
What kind of steps would you go through, to have the site do this:
SSL Logins & SSL'd Account browsing.
SSL downloads (for both free and premium users)
I don't know if IE & JW player support SSL for streaming audio files too ?
Anyone care to shed light on this ? |
|
| Back to top |
|
 |
Neo_000
Joined: 26 Jun 2011 Posts: 34
|
Posted: Jan 10, 2012 7:31 pm Post subject: |
|
|
Hi,
I think im the only one that use SSL with this script. I have Version 1.9 but I think its the same... When you handle customer data and payments, I think the complete communication must be in ssl.
I have while SSL is in use some small problems. You cant use a self signed Cert. You have to buy a SSL from a trusted seller.
Flashupload mod hase still some problems with ssl. When its a self signed you can´t use flash, must be a positive ssl.
Your script speed will fall to the minimum, even when Sisoft now say its my bad config from Server. But I know it better, Im the Server Admin and its the script self.
I use a config, that runns without any problems on my other site that is also written in perl with about some 1000´s users. And it runs like a charme no lags or something. |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 79
|
Posted: Jan 10, 2012 8:23 pm Post subject: |
|
|
I would be using a PositiveSSL cert from a domain registrar. So it will be signed by them ofcourse.
| Quote: | | Your script speed will fall to the minimum |
What do you mean by that ? Is it the script in general or do you mean the 'download speed' ? . What actually cause the lag ?
PS. Have you tried streaming audio/video in SSL ? |
|
| Back to top |
|
 |
Neo_000
Joined: 26 Jun 2011 Posts: 34
|
Posted: Jan 11, 2012 9:26 am Post subject: |
|
|
Hi, I made serveral tests and with SSL and XFS Pro the speed of the script will be not the same as when you use XFS without SSL.
I haven´t tryed it, but should be possible. The SSL Layer don´t matter what kind of data you send to the browser.
But SSL is a encryption, and this needs time Biger files > more encryption > slower speed
Yes I say the script is laggy while SSL is in use... Without all is fine, but with it will be significant slower  |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Jan 11, 2012 9:37 am Post subject: |
|
|
I wonder why you need to stream video through SSL?
Of course it will be slower than without SSL. But not because the script, because your web server will have to encode everything on the fly. |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 79
|
Posted: Jan 11, 2012 5:34 pm Post subject: |
|
|
Video is not important, because the site only stores audio files.
So downloading audio files through SSL shouldn't be something to worry about in terms of speed & apache ?.
Most audio files range from 3MB to 30MB (in some rare cases i've seen audio files being 60MB) |
|
| Back to top |
|
 |
|