Robin van der Gracht

Results 5 issues of Robin van der Gracht

TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop' The loop parameter in open_connection has been removed in Python 3.10. It's now passed on to BaseEventLoop.create_connection() which gives the above error.

Using a curl_share between curl requests allows sharing an open connection and re-use cached DNS, PSL and TLS session id. This change allows performing multiple requests without having to do...

enhancement

Add support for mutual TLS authentication. This is the preferred method of authentication for bosch-iot-suite and the only one that allows you to keep the authenticator in a (f)TPM. Optionally,...

enhancement

When a local TFTPProviderDriver/HTTPProviderDriver is used, the file sync can be skipped but the symlink creation in the server internal directory should still take place. When the internal dir contains...

needs rebase

Hi, When ManagedFile.sync_to_resource synces a file to a remote for use with tftp, a symlink to that file is created on the remote in the tftp server's internal directory. When...

bug