<?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 Cannot submit requests on production server (cert issue?) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29432#M15461</link>
    <description>&lt;P&gt;On my dev machine, if I open a browser and navigate to &lt;A href="https://secure.authorize.net/" target="_blank"&gt;https://secure.authorize.net/&lt;/A&gt;, it opens up fine.&amp;nbsp; However on the production server, the browser says the security certificate is invalid.(says certificate presented is not issued by a trusted certificate authority)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assuming this is the reason I cannot submit requests using the AuthorizeNet.dll assembly from the production server. (I can submit requests from my development computer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why this would occur?&lt;/P&gt;&lt;P&gt;On my development machine, everything works correctly.&amp;nbsp; But when deployed to production, it fails to submitt the request to Authorize.net, with the following error:&lt;/P&gt;&lt;P&gt;The underlying connection was closed: An unexpected error occurred on a send.&lt;/P&gt;&lt;P&gt;Inner Exception: The handshake failed due to unexpected packet format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Setup:&lt;/P&gt;&lt;P&gt;SSL site that displays a form to gather card information. (asp.net / C#)&lt;/P&gt;&lt;P&gt;On submit, web server passes info to WCF service (behind firewall, C#)&lt;/P&gt;&lt;P&gt;WCF service creates and sends AuthorizationRequest using AuthorizeNet.dll assembly. (C#)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2012 14:52:29 GMT</pubDate>
    <dc:creator>JustinLee</dc:creator>
    <dc:date>2012-09-05T14:52:29Z</dc:date>
    <item>
      <title>Cannot submit requests on production server (cert issue?)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29432#M15461</link>
      <description>&lt;P&gt;On my dev machine, if I open a browser and navigate to &lt;A href="https://secure.authorize.net/" target="_blank"&gt;https://secure.authorize.net/&lt;/A&gt;, it opens up fine.&amp;nbsp; However on the production server, the browser says the security certificate is invalid.(says certificate presented is not issued by a trusted certificate authority)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assuming this is the reason I cannot submit requests using the AuthorizeNet.dll assembly from the production server. (I can submit requests from my development computer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why this would occur?&lt;/P&gt;&lt;P&gt;On my development machine, everything works correctly.&amp;nbsp; But when deployed to production, it fails to submitt the request to Authorize.net, with the following error:&lt;/P&gt;&lt;P&gt;The underlying connection was closed: An unexpected error occurred on a send.&lt;/P&gt;&lt;P&gt;Inner Exception: The handshake failed due to unexpected packet format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Setup:&lt;/P&gt;&lt;P&gt;SSL site that displays a form to gather card information. (asp.net / C#)&lt;/P&gt;&lt;P&gt;On submit, web server passes info to WCF service (behind firewall, C#)&lt;/P&gt;&lt;P&gt;WCF service creates and sends AuthorizationRequest using AuthorizeNet.dll assembly. (C#)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:52:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29432#M15461</guid>
      <dc:creator>JustinLee</dc:creator>
      <dc:date>2012-09-05T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot submit requests on production server (cert issue?)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29436#M15463</link>
      <description>&lt;P&gt;However on the production server, the browser says the security certificate is invalid.(says certificate presented is not issued by a trusted certificate authority)&lt;/P&gt;&lt;P&gt;If you getting that on a browser to &lt;A href="https://secure.authorize.net/" rel="nofollow" target="_blank"&gt;https://secure.authorize.net&lt;/A&gt;, that would be the problem.&lt;/P&gt;&lt;P&gt;It the server date/time correct? What the OS? It windows update current? Did it said who issued the certificate?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:20:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29436#M15463</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-05T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot submit requests on production server (cert issue?)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29442#M15466</link>
      <description>&lt;P&gt;Date/time is correct on the server.&lt;/P&gt;&lt;P&gt;Windows Server 2008&lt;/P&gt;&lt;P&gt;Windows updates&amp;nbsp;are current.&lt;/P&gt;&lt;P&gt;If I bypass the warning (in the browser), I can view the certificate. It says it was issued by: "Microsoft Forefront TMG HTTPS Inspection Certification Authority".&amp;nbsp; Valid from 3/23/2011 to 9/6/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:38:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29442#M15466</guid>
      <dc:creator>JustinLee</dc:creator>
      <dc:date>2012-09-05T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot submit requests on production server (cert issue?)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29448#M15469</link>
      <description>&lt;P&gt;Look like something about the ForeFront TMG not allowing the cert from authorize.net or that ForeFront need to be &lt;A href="http://technet.microsoft.com/en-us/library/dd441053.aspx" target="_self"&gt;updated&lt;/A&gt;.&amp;nbsp; And that is above my paygrade.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:51:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29448#M15469</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-05T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot submit requests on production server (cert issue?)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29450#M15470</link>
      <description>&lt;P&gt;:)&lt;/P&gt;&lt;P&gt;Yeah, as I typed up the response, I realized that it was saying ForeFront TMG was the issuer.&amp;nbsp; It will either be adding TMG as a trusted authority on the web server (if that's even&amp;nbsp;possible), or modifing TMG so it doesn't do what its doing.&amp;nbsp; &amp;nbsp;I'll talk to our network guy to see how to proceed.&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:55:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-submit-requests-on-production-server-cert-issue/m-p/29450#M15470</guid>
      <dc:creator>JustinLee</dc:creator>
      <dc:date>2012-09-05T15:55:20Z</dc:date>
    </item>
  </channel>
</rss>

