Page 1 of 1

SSL / https

PostPosted: Tue May 14, 2013 5:50 pm
by spudy12
Not sure if this has already been asked for, (a quick search did not come up with anything, so sorry if it has)

would it be possible to incorporate a way to allow the use of ssl certificates (including self signed) for the media browsers? possibly have a section on the console that allows you to input the keys and enable it?

Thanks

Re: SSL / https

PostPosted: Tue May 14, 2013 5:56 pm
by zip
I don't think I'll be doing that. You could do it yourself by running Apache / nginx/ IIS as a reverse proxy and install the certs there.

Re: SSL / https

PostPosted: Wed May 15, 2013 11:18 pm
by patters
SSH tunnelling may be easier.

Re: SSL / https

PostPosted: Mon Jun 10, 2013 1:19 am
by cerothen
I have been using mediabrowser with the ISS ARR (reverse proxy) for a while now and I can say that it works quite well. For my setup I have a cheap SSL cert however a self signed cert should work just fine as well.

Re: SSL / https

PostPosted: Wed Jun 12, 2013 12:43 am
by spudy12
Do you by any chance have a guide on how to set it up? :)

Re: SSL / https

PostPosted: Thu Jun 27, 2013 11:32 am
by cerothen
spudy12 wrote:Do you by any chance have a guide on how to set it up? :)

I appologize for the delay, I only check into this forum every few weeks here is the configuration.

Steps for Reverse Proxy IIS

1) Ensure IIS is enabled on your computer (control panel -> programs -> add remove windows features -> Internet info services)
2) Install web platform installer (http://www.microsoft.com/web/downloads/platform.aspx)
3) Open IIS (under administrative tools)
4) Under the entry of your computer name you will see an option for web platform installer (right at the end)
5) In web platform installer in the search type application routing and install the application routing request also install URL rewrite
6) Restart IIS
7) Enable Proxy (IIS -> Computer Node -> IIS (Section) -> Application Routing -> Server Proxy Settings (Sidebar) -> Check Enable Proxy)
8) Force SSL (Sites Node (Expand) -> <Your site> -> SSL Settings -> Require SSL) - [You might also want to ensure that you have bound this site to 443 and forwarded your router]
9) Create rewrite rules: (Sites Node (Expand) -> <Your site> -> URL Rewrite -> Add Rules -> Blank Inbound Rule)

RULE 1
URL Rewrite Under "Default Site"
MatchURL
Requested URL: Matches the Pattern
Using: Regular Expressions
Pattern: mediabrowser(.*)
Ignore Case: Yes

Conditions: Default
Server Vars: Default

Action
Action Type: Rewrite
Rewrite URL: http://localhost:23424/{R:0}
Append: Yes
Log: No
Stop Proc Other Rules: Yes

RULE 2
URL Rewrite Under "Default Site"
MatchURL
Requested URL: Matches the Pattern
Using: Regular Expressions
Pattern: cds(.*)
Ignore Case: Yes

Conditions: Default
Server Vars: Default

Action
Action Type: Rewrite
Rewrite URL: http://localhost:23424/{R:0}
Append: Yes
Log: No
Stop Proc Other Rules: Yes

Re: SSL / https

PostPosted: Fri Sep 20, 2013 2:53 pm
by spudy12
Thankyou for that, I did give it a try but ended up going with an apache reverse proxy instead

did you have any problems with the flow player logo reappearing on your rewrite url when it was not on the normal?

Thanks

Re: SSL / https

PostPosted: Mon Oct 21, 2013 4:32 pm
by syoa28
HI , I'm new and I'm trying to enable SSL on my serviio media browser but unable to do so with the instructions here. I'm running windows 2012 essentials server and running anywhere access remote as my default site. i don't see serviio in my IIS.
would you be able to provide instructions to use IIS for Serviio, then enable SSL?

Also what xml file do I edit to edit the login page for serviio? and can we integrate AD to authenticate users?

thnaks

Re: SSL / https

PostPosted: Mon Oct 21, 2013 6:28 pm
by spudy12
syoa28 wrote:HI , I'm new and I'm trying to enable SSL on my serviio media browser but unable to do so with the instructions here. I'm running windows 2012 essentials server and running anywhere access remote as my default site. i don't see serviio in my IIS.
would you be able to provide instructions to use IIS for Serviio, then enable SSL?

Also what xml file do I edit to edit the login page for serviio? and can we integrate AD to authenticate users?

thnaks


I haven't been able to try it on windows using ISS myself, however if you are interested in the apache proxy version I'll be writing up a thorough guide soon

Re: SSL / https

PostPosted: Tue Oct 22, 2013 11:50 pm
by syoa28
thanks...i'll give that a try.

Re: SSL / https

PostPosted: Fri Mar 24, 2017 7:09 am
by o2co0l
Bonjour,

Je ne comprend pas cette aprtie la de la procédure :

7) Enable Proxy (IIS -> Computer Node -> IIS (Section) -> Application Routing -> Server Proxy Settings (Sidebar) -> Check Enable Proxy)


IL faut renseigner quoi exactement pour que ça fonctionne ?

Image

Aidez moi s'il vous plait j'y suis presque !! merci !!!

PS : le mediabrowser est hébergé sur le même serveur