> I've read all sorts of documentation on how to implement ssl. > I can run ssl through the browser and even with cfhttp. > however, when i try to run a scheduled task with ssl it > fails. how do i fix it?
You probably need to add the SSL certificate to the Java keystore, so that the Java HTTP client will accept its use. http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=843 http://mkruger.cfwebtools.com/index.cfm?mode=entry&entry=8E44925A-B73D-E3AD- 709D4E02FD6D4588 But is the target URL on your own server? If so, you might just bypass SSL entirely. I like to create a virtual server that only listens on 127.0.0.1 for administrative functionality; you could make the URL available through that instead, and dispense with SSL on that virtual server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/cf_lists/message.cfm/forumid:4/messageid:246440 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

