Will Ezell

Results 42 comments of Will Ezell

setSsl set to true and the cert is not self signed. It is a legit cert. sslType is none anyway. Without the proxy, clickhouse4j can connect without ssl. Keep in...

Dmitriy - To remove variables, I took out the SSL and it is reproducible through just HAProxy. The yandex jdbc driver works fine: ```java import static org.junit.Assert.assertEquals; import java.sql.Connection; import...

We will need the Jitsu Key from the App, which is issue #23052

To test - run in a debugger, add a breakpoint and throw a new `throwable`. If you see the `PublisherJobQueue` job run again a minute later, it is good.

Just to be clear, we should be properly escaping quotes and other special characters and not just removing. What a user enters in a key or in a value should...

@erickgonzalez - don't be afraid to push your changes in a branch, even if it is temporary - to help with debugging and getting the fix done

Thirded. Does not work in neon

They should use the POST methods as the get/url param methods are deprecated. These seem to work: ``` curl -XPOST 'https://demo.dotcms.com/api/content/_search' \ -H 'Content-Type: application/json' \ -d '{ "query": "+contentType:Destination...

Actually, looking a the above, those are not apples to apples queries. I don't know if we offer the `related` parameter in the post method. More discovery is needed.