Wes Morgan
Wes Morgan
We just discovered that query params with `location` (or `website` or presumably any other signed_subresource string) at the end of the query param name causes this to fail, but otherwise...
> just add > > ` URL="https://api.github.com/repos///releases?access_token="` This seems dicey from a security perspective and is really just working around a bug. See #76 for a better fix.
This software is abandoned. Beware all ye who enter here.
The new KB article linked by @apenwarr is great! Thanks to whoever wrote and posted it. It mentions that exit nodes can only be configured at the command line, but...
This is an alternative solution to #92
@dougxc First issue from the labs-openjdk-17 README's build instructions: ``` configure: error: unrecognized options: --enable-aot configure exiting with result code 1 ``` I removed that arg and am proceeding with...
I had to add `--java-home` arg to the `mx` command, but then it failed like this: ``` $ mx --env ce --java-home $JAVA_HOME build WARNING: The component inclusion list ('--components'...
Right, I'm not using SSL in dev, but I can _only_ use SSL in production with `adapter: jdbc` and the other changes it requires (if that's wrong, I'd love to...
It works with your `database.yml`. So now my question is: If this is a low-priority or a wontfix for `adapter: jdbc`, then how can I get SSL working with `adapter:...
@kares It might be a documentation problem. With `adapter: mysql`, where does the trust store path and the trust store passphrase belong (I'm only verifying the server's cert, not using...