Yurko

Results 8 issues of Yurko

Have Aleph docker-compose running behind a nginx proxy. Setting `ALEPH_UI_URL` to a prefix of `https` caused Aleph to go into an infinite redirect when accessing `/api/2/metadata` callback. (Aleph main page...

Moved the configuration items into a configuration file. Allows for easier deployment and integration into dev-ops pipelines and easier updates

This verify sequence fails but they should succeed (works on openssl) ``` let caStore = forge.pki.createCaStore([certificate_ark]) alert(forge.pki.verifyCertificateChain(caStore,[certificate_ask])); ``` Certificates in question in pem format. First one in the list is...

### Issue description When running the Azure Attestation server, the server never starts up insead crashes with an error (error attached at the bottom) From my trace: - Certificate is...

Version v0.7 works fine Version v0.8.1 (next binary I can download) creates a corrupted cert that fails verification. It seems it add `05 00` bytes at Offset `1d` which decodes...

open 443 port is from docker that is installed by the same Ansible ``` TASK [install_common : Install agent role] ************************************************************************************************************************************************************************************************** fatal: [host.name.example]: FAILED! => {"attempts": 1, "changed": true, "cmd":...

Ansible broken on Debian First there are DIFFERNT verisons of netcat `nc` out there that have different outputs This script is geared towards `netcat-openbsd` output `Connection to xx.xxx.xx.xx 5432 port...

I investigated the claim in this article https://hackerfactor.com/blog/index.php?/archives/1031-C2PA-from-the-Attackers-Perspective.html In this report im using ziped jpg files to prevent github altering jpgs ISSUE: C2PA tool does flag unauthorized modification of signed...