Yannik Sembritzki
Yannik Sembritzki
Hi @amitkh-msft This is the error message: `[08S01] The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building...
Here is a screenshot from the relevant firmware download page: 
Same problem here: ``` $ occ --version Nextcloud 30.0.0 $ occ app:update --all onlyoffice new version available: 9.4.0 onlyoffice couldn't be updated ```
The issue is certainly not browser related, as outlined above the error even occurs when updating the app using CLI: ``` $ occ app:update -vvv onlyoffice onlyoffice new version available:...
> The issue is certainly not browser related, as outlined above the error even occurs when updating the app using CLI: > > ``` > $ occ app:update -vvv onlyoffice...
This can be closed since your other PR was merged @abprasa, right?
@tlimoncelli I think your example for the asci==unicode exampe might be wrong: ``` #7: + CREATE foo.example.com MX 10 xn--p1ai.com (рф.com) (ttl=14400) ``` Was this what you intended?
I noticed you created both CREATE and MODIFY examples for `ascii (unicode)` and `unicode (ascii)`, but only MODIFY examples for `ascii` and `unicode`. How is that to be understood?
First of all, improving IDNA handling would be a great improvement to dnscontrol. Regarding output, the one thing I definitely do not like is having the ascii output come first,...
> Personally, I think whatever the dns provider does isn't relevant to the cli output. Behind the scenes at every provider, it's all punycode anyway. Agreed, having the display format...