# Streamlock SSL isn't working

**URL:** https://community.wowza.com/t/streamlock-ssl-isnt-working/54485
**Category:** Wowza Streaming Engine
**Created:** [January 20, 2020, 7:54pm UTC](https://community.wowza.com/t/streamlock-ssl-isnt-working/54485 "2020-01-20T19:54:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Pawel\_Jagat1](https://avatars.discourse-cdn.com/v4/letter/p/41988e/32.png) [@Pawel\_Jagat1](https://community.wowza.com/u/Pawel_Jagat1)
#### Post date: [January 20, 2020, 7:54pm UTC](https://community.wowza.com/t/streamlock-ssl-isnt-working/54485/1 "2020-01-20T19:54:11Z")

</div>

I cant make work SSL Streamlock i tried many times with different options,

[https://5e25fb1deaaba.streamlock.net.jks](https://5e25fb1deaaba.streamlock.net.jks) use localhost cert, but it shouldn’t, i use directadmin for webpages, any ideas? Thank you.

${com.wowza.wms.ConfigHome}/conf/5e25fb1deaaba.streamlock.net.jks ###

---

<div class="post-metadata">

### Author: ![Pawel\_Jagat1](https://avatars.discourse-cdn.com/v4/letter/p/41988e/32.png) [@Pawel\_Jagat1](https://community.wowza.com/u/Pawel_Jagat1)
#### Post date: [January 20, 2020, 8:59pm UTC](https://community.wowza.com/t/streamlock-ssl-isnt-working/54485/2 "2020-01-20T20:59:12Z")

</div>

I figured it out, there is problem with:

java.net.BindException: Address already in use

And I have only one ip, directadmin use ip for own certificate , so I need to find any solution.

---

<div class="post-metadata">

### Author: ![Tim\_Dougherty](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/tim_dougherty/32/596_2.png) [@Tim\_Dougherty](https://community.wowza.com/u/Tim_Dougherty)
#### Post date: [January 20, 2020, 9:19pm UTC](https://community.wowza.com/t/streamlock-ssl-isnt-working/54485/3 "2020-01-20T21:19:10Z")

</div>

You can create an SSL port using a non-standard port assignment. (i.e. Port 444). The java.netBindException error is explicit, meaning port 443 is in use by Wowza or another application. What is your objective?

Also, best to not post passwords in the forum.

---

<div class="post-metadata">

### Author: ![Pawel\_Jagat1](https://avatars.discourse-cdn.com/v4/letter/p/41988e/32.png) [@Pawel\_Jagat1](https://community.wowza.com/u/Pawel_Jagat1)
#### Post date: [January 20, 2020, 9:42pm UTC](https://community.wowza.com/t/streamlock-ssl-isnt-working/54485/4 "2020-01-20T21:42:46Z")

</div>

Thank you,

Password wasn’t used, so it’s not problem. It works :).
