Skip to content
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

Added initial refactoring for MediaMTX. #40

Merged
merged 5 commits into from
May 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More fixes.
  • Loading branch information
Mac Wynkoop committed May 7, 2023
commit 1c420599b7c5d07eeda0c5f3dfe75460970af12c
11 changes: 9 additions & 2 deletions docs/docs/Installation/Troubleshooting/SocketIssue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# SSL Issue: Regenerate Certificate Revocation List
SSL stop to work after a period of time. Even restarting the server would not help. Documented under https://github.com/FreeTAKTeam/FreeTakServer/issues/368 . The cause is that Certificate Revocation List (CRL) is expired.
A Certificate Revocation List (CRL) is a type of security feature used in public key infrastructure (PKI) systems. It is a list of digital certificates that have been revoked by the certificate authority (CA) before their scheduled expiration date. This list contains information about the certificate serial numbers, the revocation dates, and the reason for revocation. Since version FTS 1.9 when you delete an user that has a certificate, the certificate will be invalid.. We have now created a script that will fix the issue re-creating the CRL.
Currently, there is a known issue of a socket leak, causing SSL to stop working after a period of time. Even restarting the server OS would not help, documented under: https://github.com/FreeTAKTeam/FreeTakServer/issues/368

The cause is that Certificate Revocation List (CRL) is expired.
A Certificate Revocation List (CRL) is a type of security feature used in public key infrastructure (PKI) systems.
It is a list of digital certificates that have been revoked by the certificate authority (CA) before their scheduled expiration date.
This list contains information about the certificate serial numbers, the revocation dates, and the reason for revocation.
Since version FTS 1.9 when you delete an user that has a certificate, the certificate will be invalid.
We have now created a script that will fix the issue re-creating the CRL.

Please follow the steps below:

1. If you are trying to use this with 2.x the next step is not necessary.
Expand Down