SeanHoppe.com > CLEO Tips > EXTOL Secure > Set-up EXTOL Proxy/Server to use SSL

Set-up EXTOL Proxy/Server to use SSL

13th April 2016

EXTOL Secure Client

1. Create two new AS2 certificates One for Production , One for Test

  • Each certificate will be 2048, not 1048 encryption key
  • Each key will be good for 12 months only

2. Once keys are created we need to get these to trading partner

Network/Firewall Set-up

1. Create a new port at the firewall that with NAT to the ESX proxy server

  • One possible port number to use would be 10443.

ESX Proxy Server

1. Copy the 2 newly create private keys onto the proxy server to be applied for the SSL certs, in ESX Proxy server.
2. Create a new port that corresponds with the new port the network administrator needs to add for SSL
3. This port will have the SSL cert attached to it. Depending on whether we are live or test will determine which cert to use.


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>