On Friday 11 of December 2020 17:10:22 Mike Bird via tde-users wrote:
On Thu December 10 2020 19:23:50 Slávek Banko via tde-users wrote:
Because this service resides on old primary server, it requires migration. Unfortunately, we do not currently have any information about this service - nor the source code for server side. Therefore in the current state of service, we can not ensure the issuance of a new ssl certificate. For everything, we must be able to contact Tim.
Are crash dumps just text or is there more to them? If text you could at least in the short term just change the client side to mail them to a private mailbox accessible only to trusted devs.
--Mike ____________________________________________________
The data is prepared as a text file and sent as multipart/form-data.
https://mirror.git.trinitydesktop.org/cgit/tdebase/tree/drkonqi/toplevel.cpp...
Here it will probably be useful to divide the solution into two phases:
1. Prepare a reverse proxy configuration for the crash report service in the web server on the tde-box and try to contact Tim to change the address in the DNS record so that the communication for crash report service is directed to the tde-box.
In this first phase, requests would be forwarded to the old primary server as they are now. However, on the web server side of the tde-box we would deal with issuing certificates.
2. Prepare a new backend for this service. And once we have a replacement ready for this service, we will be able to easily switch it by changing the settings of our reverse proxy on tde-box.
Cheers