Armin

Results 15 comments of Armin

I did exactly that. localDB points to my own function set where https api calls are done to my server. A simple php api script then does all the mysql...

In addition, the patch [diversion-via-fix1.patch.gz](https://github.com/InnovateAsterisk/Browser-Phone/files/10567376/diversion-via-fix1.patch.gz) shows the diversion/via information in active call too. And it fixes a line break in stream display.

Due to another change I made locally for tests, my first patch above did not check if SipSession is already set. Therefore it causes error. The following patch should fix...

Hello, I try to use the dns_schlundtech api to create a wildcard certificate for my domain with -d 'xxxxx.com' -d '*.xxxxx.com'. It always fails with the message "invalid domain". The...

Hi Michael, that is the command I use. Here is the log (sensitive data and domain altered). [acme.sh.log](https://github.com/acmesh-official/acme.sh/files/4574105/acme.sh.log) regards Armin

Hello Michael, I used --debug (or --log). Is there another option to get even more debug? I cannot tell where this is coming from. The user panel looks normal, but...

Ah okay. I tried --debug 2 , but there is no real difference. The script is doing two xml requests. The first xml request contains `domain.com` The second, which return...

Hi Michael, no, there is no TXT entry for _acme-challenge. I tried your patch. The TXT entry could not be added, but the second POST now is very different: `...

Yes: [debug2.log](https://github.com/acmesh-official/acme.sh/files/4576466/debug2.log)

No, there is no extra name server entry. At least none seen in my configuration. Here is the response: [response.txt](https://github.com/acmesh-official/acme.sh/files/4578951/response.txt) Thank you. Armin