Yannik Sembritzki

Results 140 comments of 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: ![Screenshot from 2024-10-01 10-29-00](https://github.com/user-attachments/assets/fc52795e-43b3-4f9a-945b-3925c697a99b)

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...