<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/as2secure/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/as2secure/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 06 Mar 2021 01:05:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/as2secure/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Is this project dead?</title><link>https://sourceforge.net/p/as2secure/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Am I understanding right, detailed instructions are at as2secure.com?  That site is dead with an error on the main page.  It says HUBSIDE Runtime error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Emlay</dc:creator><pubDate>Sat, 06 Mar 2021 01:05:57 -0000</pubDate><guid>https://sourceforge.net85f7193c47a63baf61942d45a8ad4d5595136fc9</guid></item><item><title>#6 Amazon not able to send files to us using AS2Secure</title><link>https://sourceforge.net/p/as2secure/support-requests/6/?limit=25#85e2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="user-mention" href="/u/sebastien/"&gt;@sebastien&lt;/a&gt;&lt;br/&gt;
tu as déjà utilisé ce code pour amazon ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Penel Norbert - lead Dev</dc:creator><pubDate>Tue, 18 Jun 2019 12:12:17 -0000</pubDate><guid>https://sourceforge.net5bb573f49ecf7ebb5f89e0813f286b4f19afb0c5</guid></item><item><title>Amazon not able to send files to us using AS2Secure</title><link>https://sourceforge.net/p/as2secure/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to implement and receive files from amazon using AS2Secure. I am able to do send the files to amazon AS2 but Amazon not able to send files to us. it is showing error in vendor central website as below "deliver message. MessageEndpoint: SLJQE_AS2_Inbound_Cuqda5YA&lt;br/&gt;
Failed to transmit AS2 Message ID: 2018-12-18-1c407ad8-2759-4603-9bca-90afe6d1e94d&lt;br/&gt;
Error in processing AS2 receipt message&lt;br/&gt;
"&lt;/p&gt;
&lt;p&gt;I didn't see any entry in AS2Secure server log or some error. M ay I know the reason for this issue. Anybody can helpme out in this regard.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srinivas P</dc:creator><pubDate>Sat, 29 Dec 2018 06:03:57 -0000</pubDate><guid>https://sourceforge.netfcb8e57c2aeef8b96877c8483c935ca7928c8055</guid></item><item><title>#5 SHA2 Support</title><link>https://sourceforge.net/p/as2secure/support-requests/5/?limit=25#cc4f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Has anyone found a solution to this SHA2 issue? I am in the same situation where clients want to switch over to SHA2 and AS2 Secure not supporting it. Did you find another library that works?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Wolf</dc:creator><pubDate>Tue, 08 Dec 2015 18:46:42 -0000</pubDate><guid>https://sourceforge.netf7452949c4f7c2c79897920690770f1e004ddcef</guid></item><item><title>SHA2 Support</title><link>https://sourceforge.net/p/as2secure/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;What are the chances you could add SHA2 (SHA256) to this project quickly? I've been working on implementing your code over the past few days not realizing that SHA2 wasn't supported -- but it is required for my project. I can't find any other PHP implementations out there (maybe I'm doing a bad job searching).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Elzer</dc:creator><pubDate>Thu, 05 Feb 2015 04:44:04 -0000</pubDate><guid>https://sourceforge.nete95537023519115315529d0c8ec4709e7a410263</guid></item><item><title>#4 Problems trading with Oracle B2B</title><link>https://sourceforge.net/p/as2secure/support-requests/4/?limit=25#7c79</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;My guess is its an OracleB2b configuration issue. I setup a second as2secure "server" and properly communicated with it. Then I pointed it at the mendelson test server and communcated with it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larsy</dc:creator><pubDate>Wed, 18 Sep 2013 13:02:48 -0000</pubDate><guid>https://sourceforge.net033943904e973bc98e1b4a181e0ce7bccf535c11</guid></item><item><title>Problems trading with Oracle B2B</title><link>https://sourceforge.net/p/as2secure/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've setup as2secure to trade with a partner running Oracle B2b (v 11). I can receive files from the partner just fine, but when I try to send, oracle B2b complains that the message is missing the signer certificate (error code B2B-51075). I've verified as2secure is running the command to sign the document:&lt;/p&gt;
&lt;p&gt;/usr/local/jdk/bin/java -jar '../bin/AS2Secure.jar' sign -pkcs12 '/usr/local/as2secure/partners/BOTS/BOTS.p12' -password 'somethingorother' -encoding 'base64' -in '/tmp/as2file_xPg59D' -out '/tmp/as2file_6OwJZj'&lt;/p&gt;
&lt;p&gt;And this command is returning exit code 0. "BOTS" is the trading partner I am sending as.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larsy</dc:creator><pubDate>Tue, 17 Sep 2013 14:40:35 -0000</pubDate><guid>https://sourceforge.net077002a59cb3943c0956d2ee0f52ff408478cc95</guid></item><item><title>Uncaught exception</title><link>https://sourceforge.net/p/as2secure/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Fatal error: Uncaught exception 'AS2Exception' with message 'No AS2 From Partner specified.' in /usr/www/htdocs/g2/as2Proceda/lib/AS2Abstract.php:80 Stack trace: #0 /usr/www/htdocs/g2/as2Proceda/lib/AS2Request.php(47): AS2Abstract-&amp;gt;__construct('', Array) #1 /usr/www/htdocs/g2/as2Proceda/lib/AS2Client.php(99): AS2Request-&amp;gt;__construct('', Object(AS2Header)) #2 /usr/www/htdocs/g2/as2Proceda/www/cliente.php(46): AS2Client-&amp;gt;sendRequest(Object(AS2Message)) #3 {main} thrown in /usr/www/htdocs/g2/as2Proceda/lib/AS2Abstract.php on line 80&lt;/p&gt;
&lt;p&gt;I got this error when i try communicate with the partner.&lt;/p&gt;
&lt;p&gt;the values in array $params before this instruction $client-&amp;gt;sendRequest($message); there are still exist, then they get lost &lt;/p&gt;
&lt;p&gt;i dont know why this is happening &lt;/p&gt;
&lt;p&gt;i hope you can help me like the last time, thank you &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Sanchez </dc:creator><pubDate>Wed, 02 Nov 2011 01:08:15 -0000</pubDate><guid>https://sourceforge.net91909e8ac6b1644b704b69b20afff31a77f36d6f</guid></item><item><title>error in AS2Client.php</title><link>https://sourceforge.net/p/as2secure/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Uncaught exception 'AS2Exception' with message 'HTTP Error Code : 0(url:http://as2.mendelson-e-c.com:8080/as2/HttpReceiver).' in /usr/www/htdocs/procedaG2/as2secure/lib/AS2Client.php:92 Stack trace: #0 /usr/www/htdocs/procedaG2/as2secure/www/client_mendelson.php(45): AS2Client-&amp;gt;sendRequest(Object(AS2Message)) #1 {main} thrown in /usr/www/htdocs/procedaG2/as2secure/lib/AS2Client.php on line 92&lt;/p&gt;
&lt;p&gt;I want to know why is this error message shown &lt;/p&gt;
&lt;p&gt;Thanks and Greetings&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Sanchez </dc:creator><pubDate>Fri, 24 Jun 2011 21:30:56 -0000</pubDate><guid>https://sourceforge.net6cb1db19f62da992c8daa698143d5d4c1d49337e</guid></item><item><title>Error while executing java script</title><link>https://sourceforge.net/p/as2secure/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While executing the demo script, i get the following error:&lt;/p&gt;
&lt;p&gt;Fatal error: Uncaught exception 'Exception' with message 'Unexpected error in command line : java -jar '../bin/AS2Secure.jar' sign -pkcs12 '/home/beheersite/as2/partners/mycompanyAS2/key1.p12' -password 'test' -encoding 'base64' -in '/tmp/as2file_cmgF6c' -out '/tmp/as2file_RtXzmN' &amp;gt;/dev/null' in /home/beheersite/as2/lib/AS2Adapter.php:536 Stack trace: #0 /home/beheersite/as2/lib/AS2Adapter.php(227): AS2Adapter::exec('java -jar '../b...') #1 /home/beheersite/as2/lib/AS2Message.php(177): AS2Adapter-&amp;gt;sign('/tmp/as2file_cm...', false, 'base64') #2 /home/beheersite/as2/www/client_action.php(42): AS2Message-&amp;gt;encode() #3 {main} thrown in /home/beheersite/as2/lib/AS2Adapter.php on line 536&lt;/p&gt;
&lt;p&gt;I installed everything as on he as2secure website.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Feb 2011 20:47:27 -0000</pubDate><guid>https://sourceforge.net3ae010b87a2783c7fa3712f213c782b6699d2787</guid></item></channel></rss>