Andrei

Results 5 comments of Andrei

Soo.. Thanks for your response. Now I have next exception: ``` 2017-04-07 10:46:38,088 ERROR [threadpool:thread-6] admin @1QXET93x646x1575978x4 jdwbnw 172.27.84.131 "POST /rest/api/latest/projects/TST/repos/tst-repo/pull-requests/4/comments HTTP/1.1" se.bjurr.prnfb.http.UrlInvoker javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at...

As I understand in my case http proxy used as https. Bitbucket java_opts contains: `-Dhttp.proxyHost=myproxyip -Dhttp.proxyPort=8080 -Dhttps.proxyHost=myproxyip -Dhttps.proxyPort=8080` I've try run next code under scriptunner console from Bitbucket: ``` import...

Nope, it's first thing that I've try. Just getting timeout. As I understand httpclient doesn't use proxy settings from java_opts or system environment. ``` 2017-04-13 08:58:00,155 ERROR [threadpool:thread-4] admin @1QXET93x537x9502035x2...

Has anyone figured out how to enable compression for a specific host on istio gateway? For example, if gateway handles multiple virtual services and hostnames, how can you enable compression...

As a person who is setting this up in 2025 I am very confused. This product seems to be the only solution for advanced rate limiting with Envoy/Istio. But the...