Anyone know why this wouldn't work:
        InetAddress.getByName(hostname);

I'm trying to do a cfhttp to a https 
server(https://gatewaybeta.fedex.com/GatewayDC), which in the past worked fine. 
 After doing some googling, the error I get is a thrown error in apache's http 
client(note I'm using BD) because the above line didn't run.  My only thought 
is the proxy server here is blocking it.

Here's more of the java code(I'm getting the thrown error):
          try {
              InetAddress addr = InetAddress.getByName(hostname);
          } catch (UnknownHostException uhe) {
              throw new UnknownHostException("Could not resolve SSL sessions "
                                             + "server hostname: " + hostname);
          }

Thanks,
Seth

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262427
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to