Vladimir Ivanov
Vladimir Ivanov
### How to reproduce ### 1. Create two directories with the same file ``` mkdir /home/user/test1 mkdir /home/user/test2 cp example.cpp /home/user/test1/test.cpp cp /home/user/test1/test.cpp /home/user/test2/ ``` 2. Run compilation with absolute...
Signed-off-by: vladimir ivanov Fixes #5582 Add --tls-certificate-secret-name parameter to server command. Since server runs on localhost:2746, get an error in the UI "certificate is valid for ... not for localhost"....
Signed-off-by: vladimir.ivanov Fixes #5582 Add --tls-certificate-secret-name parameter to server command. Since server runs on localhost:2746, get an error in the UI "certificate is valid for ... not for localhost". Therefore...