RE: Web Service and SSL

2010-09-16 Thread Bobby Hartsfield

I believe you can add the invalid cert to the java key store to solve that.
I've done it a couple of times but would still have to look up the steps on
Google.
 
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

-Original Message-
From: Matt Williams [mailto:mgw...@gmail.com] 
Sent: Thursday, September 09, 2010 7:47 AM
To: cf-talk
Subject: Web Service and SSL


I'm invoking a web service that when browsed gives a security certificate
warning. This is a temporary issue and will be fixed. But to use it now,
does anyone know if there is a way to make the web service call ignore or
accept the certificate warning?







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337108
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Web Service and SSL

2010-09-11 Thread Mark A. Kruger

There are a couple of JVM settings that may work.

This one is an arg in the jvm.config file that allows for "unsafe"
connections. I'm not sure if it would apply to expiration - but it might. 

http://www.coldfusionmuse.com/index.cfm/2010/8/27/SSL.Client.Certificates.Fa
iling 


Also, it's important to know WHY you are getting the warning. Is it because
you're cert is bad, or because you are missing an intermediate cert in the
chain. If it's the chain then you may need to add certs to the keystore (you
may need to do this anyway).

-mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Matt Williams [mailto:mgw...@gmail.com] 
Sent: Thursday, September 09, 2010 6:47 AM
To: cf-talk
Subject: Web Service and SSL


I'm invoking a web service that when browsed gives a security certificate
warning. This is a temporary issue and will be fixed. But to use it now,
does anyone know if there is a way to make the web service call ignore or
accept the certificate warning?







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336942
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Web Service and SSL

2010-09-10 Thread Matt Williams

I'm invoking a web service that when browsed gives a security certificate 
warning. This is a temporary issue and will be fixed. But to use it now, does 
anyone know if there is a way to make the web service call ignore or accept the 
certificate warning?





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336930
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm