>> 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!

i did add the cert to the keystore.  the only issue i found with the ssl 
service in jrun.xml was with the keystore entry.  it points to 
jrun_root/lib/keystore but that doesn't exist on my box.  any ideas?

the url for each scheduled task is indeed on the localhost.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:246446
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to