Christian Burmeister

Results 20 comments of Christian Burmeister

Hi, I had created the [commit for acme.sh](https://github.com/acmesh-official/acme.sh/commit/2bc627970ed38fbccd7316e7e4a868eb33cff94c) for two reasons: - I run acme.sh in a container, so I had to customize the _ssl_path. - At this occasion I...

The current mailcow standard is as follows - cert.pem, key.pem -> Mailcow rsa cert files - ecdsa-cert.pem, ecdsa-key.pem -> Mailcow ecdsa cert files [With your change to the acem.sh mailcow...

Whether mailcow will eventually get dual support for ecdsa and rsa we both don't know. However, I currently see the following problem with your modification of the acme.sh mailcow depoy...

After reading an article in c't from Heise.de, I wanted to test the HTTPS record. I think this record is very important because it offers many new and important functions....

if i check the available methods of SocketIO i get the following **call:** `print ([method_name for method_name in dir(worker_socket) if callable(getattr(worker_socket, method_name))])` **output:** ``` ['__class__', '__del__', '__delattr__', '__dir__', '__enter__', '__eq__',...

so the above example with python3 ``` import docker client = docker.DockerClient(base_url='unix://var/run/docker.sock', version='auto') container = client.containers.run("gliderlabs/alpine", command= "sleep 100", detach = True) socket = container.exec_run(cmd="sh", stdin=True, socket = True) print(socket)...

I have also changed my debian 12 to nftables and unfortunately my wiregard no longer works. After a lot of testing, everything is working again with ipv4 nat and public...

same error https://forum.seafile.com/t/webdav-upload-big-files/4546 I tested webdav again today with http:// (without encryption, without loadbalancer), but again the same problem with the MOV files.

I am also waiting for the implementation of the [Proxy Protocol ](https://github.com/AdguardTeam/AdGuardHome/issues/5694)or [EDNS Client Subnet (ECS)](https://github.com/AdguardTeam/AdGuardHome/issues/1727). As long as there is no implementation, maybe my workaround is helpful. Some information...