Bob Claerhout

Results 16 comments of Bob Claerhout

Yes, I'm running on the same server (thin). Does anyone has run into the same problem?

I did that, for those who are looking for a possible solution: this is a link to the issue: https://github.com/plataformatec/devise/issues/2276

In the referend issue, I added more information about the problem. There is a chance that you know the answer to this, so it would be nice if you read...

So I changed our business application to double url encode all usernames and password for connections. However, I noticed this is not required for http connections... I'm going for the...

@thjaeckle great! Thanks for the effort! Just for my information: are these 3 things blockers for the PR to be merged or can we merge this and fix the open...

No, it's ok. I was just wondering. it gives me an insight on the status of the PR without diving in too deep. As you know, we're a little short...

I don't know whether my issue is related to this one but I'm commenting here anyway. Maybe my comments can contribute to finding the root cause of this. The issue...

No, you're right. I might still have too much configuration in there. But the other configuration parts do not result in silently enabling the TLS again. So that's less of...

Yes, I think there is a difference between `tlsEnabled` not being set (and a truststore is configured) and `tlsEnabled` explicitly configured to `false`. Currently, both options result in the same...

This might already be fixed by defaulting to `true` and removing the check on `trustStorePath`?