<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;quot;Non-proxy&amp;quot; from AuthNet SDK is spamming our logs! in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72056#M44446</link>
    <description>&lt;P&gt;&lt;EM&gt;Two Weeks Later&lt;/EM&gt;&amp;nbsp;(spongebob announcer voice)&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 13:47:01 GMT</pubDate>
    <dc:creator>lightwave365</dc:creator>
    <dc:date>2020-05-26T13:47:01Z</dc:date>
    <item>
      <title>"Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71855#M44289</link>
      <description>&lt;P&gt;Could someone please tell me why this is spaming our logs from the AuthorizeNet Java SDK? This is very bothersome for our customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use the AcceptHosted method and poll every 10 seconds for unsettled transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[2020-05-07 10:44:47,089] [ WARN] Defaulting to non-proxy environment (pool-7-thread-1:net.authorize.util.HttpClient)
[2020-05-07 10:44:57,368] [ WARN] Defaulting to non-proxy environment (pool-8-thread-1:net.authorize.util.HttpClient)
[2020-05-07 10:45:07,693] [ WARN] Defaulting to non-proxy environment (pool-9-thread-1:net.authorize.util.HttpClient)
[2020-05-07 10:45:17,953] [ WARN] Defaulting to non-proxy environment (pool-10-thread-1:net.authorize.util.HttpClient)
[2020-05-07 10:45:28,223] [ WARN] Defaulting to non-proxy environment (pool-11-thread-1:net.authorize.util.HttpClient)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also I tried to search "non-proxy" in the forums and it auto-corrected to "nonprofit". You might want to fix that.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 14:59:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71855#M44289</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-05-07T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71893#M44324</link>
      <description>&lt;P&gt;Well since no one is responding to us I dug through their own code. Cringiness of variables begining with capital letters aside, (Just...why. Java conventions people. It's CS 101) it appears you must use a proxy if you don't want this message to be spammed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is that? And how do you setup a proxy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really shouldn't have to debug your own code to solve my problem. I have my own job to do. Come on, guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if (UseProxy &amp;amp;&amp;amp; ProxyHost != null) {
    // Use proxy	
} else {
    LogHelper.warn(logger, "Defaulting to non-proxy environment");
    httpClient = HttpClients.custom().setSSLSocketFactory(sslSocketFactory)
        .setDefaultRequestConfig(requestConfig).setRedirectStrategy(new 
        LaxRedirectStrategy()).build();
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 13:45:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71893#M44324</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-05-11T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71981#M44387</link>
      <description>&lt;P&gt;And it's been a week. Still no one helping us.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:17:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/71981#M44387</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-05-18T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72056#M44446</link>
      <description>&lt;P&gt;&lt;EM&gt;Two Weeks Later&lt;/EM&gt;&amp;nbsp;(spongebob announcer voice)&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:47:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72056#M44446</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-05-26T13:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72096#M44482</link>
      <description>&lt;P&gt;Alright, you guys are taking social distancing way too seriously. You're still allowed to talk to your customers through the computer. We aren't near each other.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 19:57:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72096#M44482</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-06-02T19:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72162#M44542</link>
      <description>&lt;P&gt;Oh, you guys! Happy 4 week anniversary!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I didn't get you anything. How about a pissed off customer? Aw crap, you already have that don't you? Eh, I can't really return it. But you might be able to exchange it for a happy one? I think there are some of those left.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 14:32:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72162#M44542</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-06-09T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72231#M44593</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Day 41:&lt;/STRONG&gt; There doesn't seem to be an end it sight. The logs just keep coming and coming. Some of our devs have been driven mad. Others are starting to feel sorry for the AuthNet library:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"It doesn't know what it's doing. It was programmed that way. We shouldn't take it out on th - no, no. That's the Stockholm syndrome setting in. We'll get through this. We need to stand tough against this menace. We won't let it win. This is why I went to four years of college."&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 14:35:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72231#M44593</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-06-17T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72266#M44620</link>
      <description>&lt;P&gt;Yes, the SDK is spamming exactly like that. Just annoying and repetitve and giving me information i don't care about. Thanks buddy for the live demonstration.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 13:59:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72266#M44620</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-06-22T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72448#M44747</link>
      <description>&lt;P&gt;Sorry guys, took a little vacation. Just needed some time away from the office for some rest, relaxation, and purging those AuthNet logs from my dreams. In those past few weeks we have maxed out our hard drives with 4.3 million lines of "Defaulting to non-proxy environment" in our logs. We'd delete those lines from our logs but they are clearly important since they are there with no explanation and they have a WARN prefix. Not to worry we are problem solvers. We have rented out a small warehouse and bought an additional 520 TB of server space to take on the load for the next few months. We should be able to store up to 2.7 billion lines of this important log now. We'll be sending you our electric bill.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 16:21:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72448#M44747</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-07-08T16:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72475#M44769</link>
      <description>&lt;P&gt;Someone opened an issue for this on their GitHub at: &lt;A href="https://github.com/AuthorizeNet/sdk-java/issues/172" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/issues/172&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commenting there might get more attention, I'm not sure if the developers actually monitor these forums.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 20:14:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72475#M44769</guid>
      <dc:creator>AlexPowers</dc:creator>
      <dc:date>2020-07-10T20:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72494#M44781</link>
      <description>&lt;P&gt;I have seen both "Administrators" and "Certified Developers" replying to threads around me for the past two months so clearly they are ignoring me - or they just want to see how far this creative story goes. But both are unacceptable. And ironically I have been spamming them about a spamming issue in their code while being slightly less annoying than actual spam. I'm looking at you above me&amp;nbsp;&lt;SPAN&gt;RobuxFree&lt;/SPAN&gt;. You need to up your game. I was so bored reading your comment. And how are bots getting by on these boards with this CAPTCHA at the bottom?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But thank you Alex for the link. Once again the customers help you more than the people &lt;STRONG&gt;who make the thing&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:45:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/72494#M44781</guid>
      <dc:creator>lightwave365</dc:creator>
      <dc:date>2020-07-13T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: "Non-proxy" from AuthNet SDK is spamming our logs!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/88711#M55900</link>
      <description>&lt;P&gt;From what I understand, it's like the SDK is trying to communicate without going through a proxy server, which can generate those warning messages in your logs. I'm not an expert, but have you tried tinkering with the SDK settings to see if you can switch it away from that default? It might help cut down on the noise in your logs. Also, thanks for the heads up about the forum's auto-correct mishap.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 08:38:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/m-p/88711#M55900</guid>
      <dc:creator>allanrobert</dc:creator>
      <dc:date>2024-01-29T08:38:29Z</dc:date>
    </item>
  </channel>
</rss>

