JeppeTh
JeppeTh
Hi! I can't find any way to neither be informed about new connections - nor any possibility to update the initial state of a path handler. Is there no way...
__Please do not delete the template, by filling out the required information we can investigate your issue more quickly.__ Before opening an issue see if your problem can be resolved...
I have used videojs before which works for me. I'm testing to use shaka as tech instead - but I got stuck to an issue with video not covering my...
So this project is still alive? ;-) I tried some stuff with fuppes which I haven't used before - playlists. It seems code is missing for creating vfolders with these...
It's not possible to run TLS 1.3 only for Gun since client_preferred_next_protocols is incompatible. You get {error, {options,dependency, {client_preferred_next_protocols, {versions,[tlsv1,'tlsv1.1','tlsv1.2']}}}}}, when trying. I.e. should avoid providing this one if versions...
In case process calling ranch:stop_listener is terminated in the middle of stop we end up in a limbo state. I.e. here simulate that the stopping process is killed after calling...
When it comes to mTLS TLS 1.3 is not very well designed since the client considers the handshake to be successful before the server has performed it's verification of the...