rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dev

Pages: 1
1
RAWR-Designs / Re: RAWR Player Guide
« on: February 23, 2009, 05:27:18 AM »
Ran HFS without stunnel and the player worked. Will the player play all mp3 files inside current directory?
Checked the code and changed a few entries that were not web addresses to https://, i assume the addresses are linked to external sites. The player still won't play with stunnel running. I do not know html code so i do not know where to look for the player. What did happen was the check for update link started working , before editing the html code it did not.

Thanks alot for the help!

2
RAWR-Designs / Re: RAWR Player Guide
« on: February 22, 2009, 02:33:06 PM »
I have a problem that the player will pop up but will not play the file. I hope its something simple? i have Thunderchicken 4.0.1 and hfs 2.3 beta build 225. Also have stunnel running, maybe thats blocking it?

Thanks

3
HFS ~ HTTP File Server / Re: How about SSL support
« on: February 18, 2009, 01:05:38 PM »
That did it, Thanks a bunch SilentPliz. After reading the security issues i really wanted to have stunnel running.

4
HFS ~ HTTP File Server / Re: How about SSL support
« on: February 18, 2009, 02:48:19 AM »
I hate to ask this question since i am not very knowledgeable with http. I have HFS working without stunnel, i downloaded and set up stunnel following these directions http://www.rejetto.com/wiki/index.php/HFS:_Secure_your_server , I can connect through HFS by clicking open in browser button but whenever i try to test it fails. I put in 44300 in the port field, i tried to connect by putting https://myipaddress:44300 and i get an error in firefox saying the site may be valid but it can't establish connection. It may be my certificate? not sure what the hostname should be,,what would the address look like that would go into the browser? HFS worked great using http but the address was my ip:port# that i had forwarded in the router, now that obviously won't work using https. i have port 443 currently forwarded. I am hoping i might just be not understanding something simple. Here is stunnel log file

2009.02.17 20:06:04 LOG6[3556:2668]: Compression enabled using zlib method
2009.02.17 20:06:04 LOG7[3556:2668]: Snagged 64 random bytes from C:/.rnd
2009.02.17 20:06:04 LOG7[3556:2668]: Wrote 1024 new random bytes to C:/.rnd
2009.02.17 20:06:04 LOG7[3556:2668]: RAND_status claims sufficient entropy for the PRNG
2009.02.17 20:06:04 LOG7[3556:2668]: PRNG seeded successfully
2009.02.17 20:06:04 LOG7[3556:2668]: Configuration SSL options: 0x01000FFF
2009.02.17 20:06:04 LOG7[3556:2668]: SSL options set: 0x01000FFF
2009.02.17 20:06:04 LOG7[3556:2668]: Certificate: stunnel.pem
2009.02.17 20:06:04 LOG7[3556:2668]: Certificate loaded
2009.02.17 20:06:04 LOG7[3556:2668]: Key file: stunnel.pem
2009.02.17 20:06:04 LOG7[3556:2668]: Private key loaded
2009.02.17 20:06:04 LOG7[3556:2668]: SSL context initialized for service https
2009.02.17 20:06:04 LOG5[3556:2668]: stunnel 4.26 on x86-pc-mingw32-gnu with OpenSSL 0.9.8i 15 Sep 2008
2009.02.17 20:06:04 LOG5[3556:2668]: Threading:WIN32 SSL:ENGINE Sockets:SELECT,IPv6
2009.02.17 20:06:04 LOG5[3556:1516]: No limit detected for the number of clients
2009.02.17 20:06:04 LOG7[3556:1516]: FD 184 in non-blocking mode
2009.02.17 20:06:04 LOG7[3556:1516]: SO_REUSEADDR option set on accept socket
2009.02.17 20:06:04 LOG7[3556:1516]: https bound to 0.0.0.0:443

Thanks alot for any help,
Dev

Pages: 1