Replies: 1 comment 4 replies
-
All you need is to install |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
i hope this is the right place for my question. If not, please advice me.
First: i'm not a developer, i'm a system administrator. I don't know much about perl and a little bit of CPAN. I installed already some perl modules with it.
We have a perl application which uses hypnotoad to offer web pages.
Because the page requires a login i like to encrypt it with TLS.
I read that "Another huge advantage is that it supports TLS and WebSockets out of the box" (https://github.com/mojolicious/mojo/blob/main/lib/Mojolicious/Guides/Cookbook.pod", so it should be possible.
I start a script with systemd. This starts the following lines:
Our developer has created a conf file:
What is strange if i change the port the webserver listens to, and restart the application it listens immediately on the new port.
But when i change anything by cert or key, it seems that it does not care about these entries.
I entered already a wrong path in cert, but nothing complained.
As you see i played around with listen (i found that on the net), but that didn't help.
Thanks for ayn advice.
Bernd
Beta Was this translation helpful? Give feedback.
All reactions