# Reverse proxy the WSE Manager

**URL:** https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912
**Category:** Wowza Streaming Engine
**Created:** [February 27, 2019, 6:51pm UTC](https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912 "2019-02-27T18:51:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jason\_Bailey](https://avatars.discourse-cdn.com/v4/letter/j/ec9cab/32.png) [@Jason\_Bailey](https://community.wowza.com/u/Jason_Bailey)
#### Post date: [February 27, 2019, 6:51pm UTC](https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912/1 "2019-02-27T18:51:40Z")

</div>

I need to put the Wowza Streaming Engine Manager behind a reverse proxy (e.g. Apache). I’m not looking for Apache specific help, but rather if there are any specifics to what I need to proxy and how.

For starters, I’ll put [http://wowza:8088](http://wowza:8088) behind [https://apache:443](https://apache:443). But to make that work, do I need to proxy any other wowza related ports or URIs / web paths to make the web gui work correctly behind the proxy?

---

<div class="post-metadata">

### Author: ![Andrew\_Ramberg](https://avatars.discourse-cdn.com/v4/letter/a/7c8e57/32.png) [@Andrew\_Ramberg](https://community.wowza.com/u/Andrew_Ramberg)
#### Post date: [March 4, 2019, 8:27pm UTC](https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912/2 "2019-03-04T20:27:37Z")

</div>

Hello,

Can you explain your workflow and goals a bit more? We see reverse proxy configurations more often used with players rather then the Manager.

Are you just looking to add SSL to the Manager connection?

Best regards,

Andrew

---

<div class="post-metadata">

### Author: ![Jason\_Bailey](https://avatars.discourse-cdn.com/v4/letter/j/ec9cab/32.png) [@Jason\_Bailey](https://community.wowza.com/u/Jason_Bailey)
#### Post date: [March 7, 2019, 6:28pm UTC](https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912/3 "2019-03-07T18:28:43Z")

</div>

@Andrew Ramberg

We have a fairly standard configuration with many of our administrative web portals (Wowza or otherwise) where we put Apache in front of the application or service and then reverse proxy the connection – partly for enhanced security and access control, but also for central/universal PKI management, SSL certificates and so forth. It makes host-based configuration management a whole lot easier.

Currently we’re just wanting to reverse proxy the WSE manager ltself. Our standard config calls for Apache to bind to port 443/https which would then reverse proxy to WSE Manager. External requests to port 8088 would either be DNATTED to 443 or the WSE Manager would be simply bound to the local loopback, depending on what is most practical.

I have done this before with Wowza and it worked for the most part, but there were additional URIs, paths, connections, etc that I had not built into the configuration, and it hindered the manager’s interface to a certain degree. If I know exactly what type of connectivity is needed to keep WSE Manager working correctly, I can easily reverse proxy the right stuff through.

Best,

Jason

---

<div class="post-metadata">

### Author: ![Jason\_Bailey](https://avatars.discourse-cdn.com/v4/letter/j/ec9cab/32.png) [@Jason\_Bailey](https://community.wowza.com/u/Jason_Bailey)
#### Post date: [March 22, 2019, 6:12am UTC](https://community.wowza.com/t/reverse-proxy-the-wse-manager/52912/4 "2019-03-22T06:12:49Z")

</div>

Any thoughts on this?
