<?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: Conneciton error in production mode in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/94934#M58673</link>
    <description>&lt;P&gt;Advance your safety career with Skill Nexus, the premier destination for a &lt;A href="https://www.skill-nexus.com/course/nebosh-igc" target="_self"&gt;nebosh course&lt;/A&gt; in the heart of the UAE. Located at Al Ferdous Tower, Al Salam Street, we provide expert-led training designed to help you master globally recognized health and safety standards. Our practical, results-oriented approach ensures that every learner gains the essential credentials needed to excel in Abu Dhabi’s competitive industrial and corporate sectors.&lt;/P&gt;&lt;P&gt;Whether through interactive classroom sessions or flexible online workshops, Skill Nexus empowers you to implement international best practices and achieve lasting professional excellence in the capital.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2026 05:40:09 GMT</pubDate>
    <dc:creator>Skillnexus</dc:creator>
    <dc:date>2026-03-02T05:40:09Z</dc:date>
    <item>
      <title>Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60915#M35425</link>
      <description>&lt;P&gt;I am on&amp;nbsp; a Linux VPS at InmotionHosting. I have been using Authorize.net AIM for credit card payments for years with no problem. I switched on my server from using php 5.6 to php 7.2 a few days ago. Now it intermittently hangs and times out when a customer tries to make a credit card payment via authorize.net. I get: Error connecting to AuthorizeNet. I verified my server is using TLS ver 1.2. I set the php.ini configuration virtually the same as for ver 5.6 but the problem is still there. Has anyone got any ideas why?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 06:14:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60915#M35425</guid>
      <dc:creator>dean</dc:creator>
      <dc:date>2017-12-20T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60925#M35434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22936"&gt;@dean&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you make any changes to the code while switching from PHP 5.6 to 7.2 ? Can you please share more details on the changes as it will make us easier to understand what might be causing this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp;are you using our php-sdk for AIM or its a custom integration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:59:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60925#M35434</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2017-12-20T15:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60945#M35454</link>
      <description>&lt;P&gt;No I didn't make any changes to the code and I have gotten no deprication warnings. It works now on a non-ssl subdomain so it may have something to do with the SSL Certificate that may need to be updated. It failed the first time I tried it on the non-ssl, so I chaneged the current (ver 7.2) php.ini as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;asp_tags = Off (I added this)&lt;/P&gt;&lt;P&gt;always_populate_raw_post_data = -1 (I added this)&lt;/P&gt;&lt;P&gt;zend.assertions = -1 (I commented this out)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After these changes, it works on the non-ssl subdomain but not always on production domain with ssl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a custom AIM system (not the sdk) that I set up 4 years ago. I am currently in the proccess of converting to the sdk so perhaps it will work with that. I will report back.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 00:51:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60945#M35454</guid>
      <dc:creator>dean</dc:creator>
      <dc:date>2017-12-21T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60960#M35468</link>
      <description>&lt;P&gt;I got switched over to the new SDK and it solved my connection error. I don't know exactly why it occurred on the old AIM system however I did discover a remnant of code that queried a mysql table that no longer exists. Apparently php 7.2 is less tolerant of faulty code which of course would be a good thing.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 02:49:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/60960#M35468</guid>
      <dc:creator>dean</dc:creator>
      <dc:date>2017-12-23T02:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/82355#M51894</link>
      <description>&lt;P&gt;Hello friends, today i am get this code from stack overflow platform. I thing its a common issue about render so, I will put code here this may very helpful for you. Thank you. admin&lt;SPAN&gt;&amp;nbsp;omegla&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your build. gradle, try to update Kotlin to 1.5.10 and Compose to beta08.&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;buildscript {&lt;BR /&gt;ext {&lt;BR /&gt;compose_version = '1.0.0-beta08'&lt;BR /&gt;}&lt;BR /&gt;repositories {&lt;BR /&gt;google()&lt;BR /&gt;mavenCentral()&lt;BR /&gt;}&lt;BR /&gt;dependencies {&lt;BR /&gt;classpath "com.android.tools.build:gradle:7.1.0-alpha01"&lt;BR /&gt;classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"&lt;/P&gt;&lt;P&gt;// NOTE: Do not place your application dependencies here; they belong&lt;BR /&gt;// in the individual module build.gradle files&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 06:06:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/82355#M51894</guid>
      <dc:creator>NancySuzona</dc:creator>
      <dc:date>2022-04-26T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/82535#M51999</link>
      <description>&lt;P&gt;Hello friends, today i am get this code from stack overflow platform. I thing its a common issue about render so, I will put code here this may very helpful for you. Thank you. admin&lt;SPAN&gt;&amp;nbsp;omegla&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your build. gradle, try to update Kotlin to 1.5.10 and Compose to beta08.&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;buildscript {&lt;BR /&gt;ext {&lt;BR /&gt;compose_version = '1.0.0-beta08'&lt;BR /&gt;}&lt;BR /&gt;repositories {&lt;BR /&gt;google()&lt;BR /&gt;mavenCentral()&lt;BR /&gt;}&lt;BR /&gt;dependencies {&lt;BR /&gt;classpath "com.android.tools.build:gradle:7.1.0-alpha01"&lt;BR /&gt;classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"&lt;/P&gt;&lt;P&gt;// NOTE: Do not place your application dependencies &lt;A title="APK Lavish" href="https://apklavish.com/" target="_self"&gt;here&lt;/A&gt;; they belong&lt;BR /&gt;// in the individual module build.gradle files&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 20:43:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/82535#M51999</guid>
      <dc:creator>NancySuzona</dc:creator>
      <dc:date>2022-05-08T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conneciton error in production mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/94934#M58673</link>
      <description>&lt;P&gt;Advance your safety career with Skill Nexus, the premier destination for a &lt;A href="https://www.skill-nexus.com/course/nebosh-igc" target="_self"&gt;nebosh course&lt;/A&gt; in the heart of the UAE. Located at Al Ferdous Tower, Al Salam Street, we provide expert-led training designed to help you master globally recognized health and safety standards. Our practical, results-oriented approach ensures that every learner gains the essential credentials needed to excel in Abu Dhabi’s competitive industrial and corporate sectors.&lt;/P&gt;&lt;P&gt;Whether through interactive classroom sessions or flexible online workshops, Skill Nexus empowers you to implement international best practices and achieve lasting professional excellence in the capital.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 05:40:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Conneciton-error-in-production-mode/m-p/94934#M58673</guid>
      <dc:creator>Skillnexus</dc:creator>
      <dc:date>2026-03-02T05:40:09Z</dc:date>
    </item>
  </channel>
</rss>

