aarnaud
aarnaud
Based on https://gitlab.com/openconnect/openconnect/issues/7 I found why we have HTTP Error 404: Not Found - User-Agent reject : that used 'Neoteris HC Http'. Seem rejected by the server - And the...
Nice, thanks for the fix I had the same issue
Hi, I think, It can work with some strict settings, like disable B-frame on h264 encoder I try rtsp-simple-server with https://github.com/deepch/RTSPtoWebRTC And it work fine. I did some test with...
Hi, sorry for the delay, An example: ```hcl resource "vsphere_virtual_machine" "vm" { ... firmware = "efi" shared_pci_device_id = "grid_rtx8000-8q" ... } ``` Maybe there is an other way now with...
Hi, i work on a lxd-webui which use LXD API. The webapp use the angular2 framework. Some features is missing but i will work on it. The demo require an...
Hi, i work on a lxd-webui which use LXD API. The webapp use the angular2 framework. Some features is missing but i will work on it. The demo require an...
Is there a workarround ? I tried to add the letsencrypt ISRG Root X1 in CA and TRUST during compilation but I still have the same issue: ![Screenshot from 2022-03-02...
``` export CERT=ca.pem,isrgrootx1.pem,lets-encrypt-r3.pem export TRUST=ca.pem,isrgrootx1.pem,lets-encrypt-r3.pem curl -s http://ca.ipxe.org/ca.crt > src/ca.pem curl -s https://letsencrypt.org/certs/isrgrootx1.pem > src/isrgrootx1.pem curl -s https://letsencrypt.org/certs/lets-encrypt-r3.pem > src/lets-encrypt-r3.pem ``` With the Intermediate Certificates R3 it works, for a...
I think in crosscert we may sign the `isrg-root-x1` that was signed by `DST Root CA X3` - https://letsencrypt.org/certs/isrg-root-x1-cross-signed.pem and not - https://letsencrypt.org/certs/isrgrootx1.pem that is selfsign if we sign the...
> Try to simplify your setup by disabling all NICs except for the one with issues, make sure you can chain on that nic. already tested > Also include full...