zg009
zg009
Possibly related: https://superuser.com/questions/1754642/ssl-error-wrong-version-number
@bourgeoa This test is passing for me on main branch when I removed the skip. I have self-signed certificates that I created less than a month ago. That could be...
@bourgeoa I am running NSS tests on WSL v2 in Ubuntu 20.04. My version of OpenSSL is 1.1.1f. It may be a versioning/OS issue.
> @zg009 You are right the test passes with WSL2 in ubuntu 20.04, but fails on WSL 1 that I am normally using On the contrary with WSL2 an other...
> This is the test that fails for me on WSL2 > > https://github.com/nodeSolidServer/node-solid-server/blob/21096e209d7c6e23f67c8b4bf9ad546301ebf4a3/test/integration/http-test.js#L1161 This is working for me on WSL2 on the main branch. I'm not sure what the...
Hello, I think I could maybe take a shot at this with some guidance. Could you give an example of the behavior that is supposed to happen when the CLIENT_URL_ORIGIN...
@csarven I'm new to CORS proxies myself so I have to ask: If it's being provided through a Solid-compliant resource server as a service, what would be needed beyond an...
@RezMosa Sorry for the late follow up, but if you need advice I have an example piece of code that allows retrieval of username/password/webId from NSS stores which you could...
@Otto-AA Hello Otto. I am very sorry for a late reply. I think any MIME type that uses a DOM-style model can execute javascript, such as text/html, svg, xml, and...
> It could be, that all problems of (1) are solved if (2) is addressed, I didn't think much about this yet. In other words, it could be, that we...