Hi Bud, I've installed the JSSE (Java Secure Socket Extension) and am running the Java SDK 1.4.2, which I thought contained all the JSSE stuff in it. Before I was trying JRE 1.4x and was getting different errors.
Here's my setup. CFMX Updater 3 running standalone WWW server. Local machine, COLDFUSION MX SERVER TRIAL EDITION Java ----- C:\Program Files\Java\j2re1.4.2 C:\jsse1.0.3_02 CFX Tags Tag Name - CFX_RawSocket Class Name - CFX_RawSocket CFX_RawSocket.class is located in C:\CFusionMX\CustomTags CFMX Admin Settings JVM - C:/CFusionMX/runtime/jre Class Path - C:\Program Files\Java\j2re1.4.2,C:\CFusionMX\CustomTags, <snip from C:\Program Files\Java\j2re1.4.2\lib\security\java.security> # # List of providers and their preference orders (see above): # security.provider.1=sun.security.provider.Sun security.provider.2=com.sun.net.ssl.internal.ssl.Provider C:\Program Files\Java\j2re1.4.2\lib\security\cacerts is the only "cacerts" file on my system. In IIS I have Require SSL for authoring checked (Server Extensions tab in Deafult Web Site Properties) Attached are the files I'm working with BOW00715.csv is the file I'm trying to upload recievecsv.cfm is the CF file that does the upload. The URL to the vendor is https://www.interceptcorporation.com Username is IC TEST2 Password is 60Q2302T (Both are testing values) What I just don't understand is why it works when using a regular html FORM and INPUT tags, but doesn't when using CFHTTP/CFHTTPPARAM or RawSocket. I really appreciate your help. Thank you, James I believe you have to have JRE 1.2 and the Secure Socket Extension installed to use SSL with cfx_rawsocket. I've used it with SSL with no problem. Same goes with CFHTTP. I use it to do SSL posts all the time. I'm not sure about uploading a file though. I'm pretty sure you can't specify the enctype in cfhttp. Do you have a test login you can share and a sample upload file? Can't promise anything but I can play around for a bit and see what happens. :) -- Bud Schneehagen - Tropical Web Creations, Inc. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Web Based Solutions / eCommerce Development & Hosting http://www.twcreations.com/ - http://www.cf-ezcart.com/ 954.721.3452 - Toll Free: 877.207.6397 - Fax: 954.721.7493 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

