-
Notifications
You must be signed in to change notification settings - Fork 508
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
Nginx - own certificates with your own CA #3718
Comments
I've same purpose of using the system and here is probably not the most detailed but informative guide I've documented to myself of "how-to": Installation done: Ubuntu 22.04 installed. Configured Name & IP (https://tecadmin.net/how-to-configure-static-ip-address-on-ubuntu-22-04/), Installed Freescout via github installation procedure with ubuntu.sh script. Created self-signed certificate and all around SSL - https://www.techrepublic.com/article/how-to-enable-ssl-on-nginx/ SSL config: In that file added following contents: New file: Added following contents:
Generate dhparam.pem Creating Virtual Host: Config MySQL DB: Config permissions: *Begin the web-setup, and if needed create additional Admin user (if you can’t login after the web-setup completed on initial login!). Menu not working – fixed: |
I've had the same, but could not found a solution so just re-installed with https as initial setup. |
Hello 7ergei, thanks for your support. However, there should be a way to switch it back here. @SupportTeam: |
I found it: find /var/www/html/ -type f -exec sed -i 's/http:/https:/g' {} ; So it will works! |
@freescout-helpdesk: However, when we want to open tickets we get an error message. I looked these up in the log: [2024-01-23 09:41:21] production.ERROR: unserialize(): Error at offset 43244 of 43249 bytes (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) {"userId":2,"email":"","exception":"[object] (ErrorException(code: 0): unserialize(): Error at offset 43244 of 43249 bytes (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) at /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73, ErrorException(code: 0): unserialize(): Error at offset 43244 of 43249 bytes (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) at /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73, ErrorException(code: 0): unserialize(): Error at offset 43244 of 43249 bytes (View: /var/www/html/resources/views/conversations/partials/thread.blade.php) at /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73, ErrorException(code: 0): unserialize(): Error at offset 43244 of 43249 bytes at /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73) Even with our admin account you can no longer find it because the error message appears. |
Hello Togheter, problem is fixed..i will close the issue |
Hello everyone,
We have our own CA in the domain and I would like to deposit my own certificate for Freescout.
We only use the ticket system internally. Do you have instructions on what I have to do?
PHP version: PHP 8.1.2-1ubuntu2.14
FreeScout version: 1.8.118
Database: Mysql (8.0.35-0ubuntu0.22.04.1)
Are you using CloudFlare: No
The text was updated successfully, but these errors were encountered: