-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wowza restart needed ...? #7
Comments
Yes, you need. You can use sh script in crontab. |
Thanks for answere. Yes, i know, but this interrupt my recordings every time... |
Oh, is a restart needed now? I haven't kept an eye on this for a while, things might have changed, but at Wowza 4.5.0 restart was not needed, when using the keymap file in the configs, only when referencing the jks files directly. That's why I created this project in the first place, I was so glad for this loophole, to update certificate without restarting. |
Keymap in configs? Do you habe a code snipped from the config part? Then i can test with the latest wowza version... |
See fragment for ssl configuration in VHost.xml with keymaps (note: this might be slightly outdated). This is Wowza's way to support multiple domains with ssl, and as a side effect it supports dymanic reloading of certs/keys when the jksmap file changes.
|
Mhh, i see you use the DomainToKeyStoreMapPath instead KeyStorePath and KeyStorePassword. Can you please show us briefly how your
Do you have a little HowTo ? |
Edit: I found a tutorial here: Okay, then last step, can you tell us, how you refresh the certificate, WITHOUT Wowza restart ? |
What I do is just run the converter as the renew hook on certificate
refresh. The converter rewrites the jksmap file, Wowza detects the file
modification change and reloads it automatically, and the certificates as
well.
…On Fri, Mar 3, 2023, 17:53 ChR-iSz ***@***.***> wrote:
Edit: I found a tutorial here:
https://www.wowza.com/docs/how-to-configure-multiple-ssl-certificates-per-domain-on-a-single-host-port-sni
Okay, then last step, can you tell us, how you refresh the certificate,
WITHOUT Wowza restart ?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBAW5AQYLWUFMZ7YHKNDDW2GINVANCNFSM6AAAAAAT7DMV7Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks, I have now changed to Just for understanding. Even with an expired certificate, Wowza continues to record and is operable. However, I can no longer output streams via HLS. I'm curious to see if it works now. To test it, I would just have to expire my current certificate... Let's see how I can do that... |
Mhh,same issue with your SSLCOnfig. Today i got again the same issue with expired certificate. |
Can you show us please your cron, to renew your cert. Looks like my issue is on the renew-hook.
Here is my cron.d/certbot: |
Hello,
is a wowza restart needed after renew certs ?
I have actually the problem, that i must restart wowza every time i update the certificates...
The text was updated successfully, but these errors were encountered: