Re: [cfaussie] SSL issue with SecurePay Test env

2011-04-11 Thread Duncan
ok I tried a full restart on my development environment and there is no
change. I even tried importing the cert with a different alias, all
characters inline with all the others.

Do I need to import a root CA cert? If so how do I go about finding this?



On Tue, Apr 12, 2011 at 1:01 PM, Duncan  wrote:

> Restart CF? Yes we have done that, I can't do a full server reboot in the
> middle of the day.
>
> On my local Win 7 / 64bit - CF8 I have the same issue, I will try a full
> reboot on this machine too and report back.
>
>
>
> On Tue, Apr 12, 2011 at 12:34 PM, skateboard.com.au  > wrote:
>
>> I have always had to restart the server after importing a new cert. Have
>> you done that?
>>
>> cheers
>>
>> Drew
>>
>> -Original Message-
>> From: Duncan 
>> To: cfaussie 
>> Date: Tue, 12 Apr 2011 12:01:24 +1000
>> Subject: [cfaussie] SSL issue with SecurePay Test env
>>
>> > Hi Everyone,
>> >
>> > Securepay issued a new SSL certificate on their test environment
>> > 7/4/2011
>> > and it has had an effect on our code when running in test mode. I have
>> > isolated it to be related to the I/O Exception: peer not authenticated
>> > issue
>> > as detailed by Rob Gonda and Steven Erat
>> > - http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool
>> >  -
>> > http://coldfusion-archive.robgonda.com/blog/index.cfm/2007/10/29/ErrorD
>> > etail-IO-Exception-peer-not-authenticated/
>> >
>> > However, I have followed these posts and imported the
>> > test.securepay.com.aucertificate and still ColdFusion 8 (Enterprise)
>> > doesn't like the URL. My Key
>> > store implies I have GeoTrust items in it, and it worked before the SSL
>> > change, so I am now a bit lost.
>> >
>> > I have put together a test script below, it is located at
>> > http://www.red5.com.au/gatewaytest.cfm so you can see the behaviour. I
>> > put
>> > in the Eway URL too, just as a sanity check.
>> >
>> > I would really appreciate some one running this on their own CF8
>> > environment
>> > to see if the issue exists there, and if so, does importing the
>> > certificate
>> > resolve the issue for you?
>> >
>> > Thanks!
>> >
>> > [code]
>> > 
>> > 
>> > 
>> > 
>> > 
>> > #DateFormat(now(),
>> > "mmdd")##TimeFormat(now(), "HHmmssL000+600")#
>> > 60
>> > xml-4.2
>> > 
>> > 
>> > 
>> >
>> > https://www.securepay.com.au/xmlapi/payment";
>> > timeout="80" result="XmlResponse">
>> > 
>> > 
>> >
>> > https://www.securepay.com.au/xmlapi/payment";>
>> >
>> > > > url="https://test.securepay.com.au/xmlapi/payment";
>> > timeout="80" result="XmlResponse">
>> > 
>> > 
>> >
>> > https://test.securepay.com.au/xmlapi/payment";>
>> >
>> > > > url="https://www.eway.com.au/gateway/xmlpayment.asp";
>> > timeout="80" result="XmlResponse">
>> > 
>> > 
>> >
>> > https://www.eway.com.au/gateway/xmlpayment.asp";>
>> > [/code]
>> >
>> > --
>> > Duncan I Loxton
>> > duncan.lox...@gmail.com
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "cfaussie" group.
>> > To post to this group, send email to cfaussie@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > cfaussie+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/cfaussie?hl=en.
>> >
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To post to this group, send email to cfaussie@googlegroups.com.
>> To unsubscribe from this group, send email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>
>
> --
> Duncan I Loxton
> duncan.lox...@gmail.com
>



-- 
Duncan I Loxton
duncan.lox...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] SSL issue with SecurePay Test env

2011-04-11 Thread Duncan
Restart CF? Yes we have done that, I can't do a full server reboot in the
middle of the day.

On my local Win 7 / 64bit - CF8 I have the same issue, I will try a full
reboot on this machine too and report back.



On Tue, Apr 12, 2011 at 12:34 PM, skateboard.com.au
wrote:

> I have always had to restart the server after importing a new cert. Have
> you done that?
>
> cheers
>
> Drew
>
> -Original Message-
> From: Duncan 
> To: cfaussie 
> Date: Tue, 12 Apr 2011 12:01:24 +1000
> Subject: [cfaussie] SSL issue with SecurePay Test env
>
> > Hi Everyone,
> >
> > Securepay issued a new SSL certificate on their test environment
> > 7/4/2011
> > and it has had an effect on our code when running in test mode. I have
> > isolated it to be related to the I/O Exception: peer not authenticated
> > issue
> > as detailed by Rob Gonda and Steven Erat
> > - http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool
> >  -
> > http://coldfusion-archive.robgonda.com/blog/index.cfm/2007/10/29/ErrorD
> > etail-IO-Exception-peer-not-authenticated/
> >
> > However, I have followed these posts and imported the
> > test.securepay.com.aucertificate and still ColdFusion 8 (Enterprise)
> > doesn't like the URL. My Key
> > store implies I have GeoTrust items in it, and it worked before the SSL
> > change, so I am now a bit lost.
> >
> > I have put together a test script below, it is located at
> > http://www.red5.com.au/gatewaytest.cfm so you can see the behaviour. I
> > put
> > in the Eway URL too, just as a sanity check.
> >
> > I would really appreciate some one running this on their own CF8
> > environment
> > to see if the issue exists there, and if so, does importing the
> > certificate
> > resolve the issue for you?
> >
> > Thanks!
> >
> > [code]
> > 
> > 
> > 
> > 
> > 
> > #DateFormat(now(),
> > "mmdd")##TimeFormat(now(), "HHmmssL000+600")#
> > 60
> > xml-4.2
> > 
> > 
> > 
> >
> > https://www.securepay.com.au/xmlapi/payment";
> > timeout="80" result="XmlResponse">
> > 
> > 
> >
> > https://www.securepay.com.au/xmlapi/payment";>
> >
> >  > url="https://test.securepay.com.au/xmlapi/payment";
> > timeout="80" result="XmlResponse">
> > 
> > 
> >
> > https://test.securepay.com.au/xmlapi/payment";>
> >
> >  > url="https://www.eway.com.au/gateway/xmlpayment.asp";
> > timeout="80" result="XmlResponse">
> > 
> > 
> >
> > https://www.eway.com.au/gateway/xmlpayment.asp";>
> > [/code]
> >
> > --
> > Duncan I Loxton
> > duncan.lox...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "cfaussie" group.
> > To post to this group, send email to cfaussie@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cfaussie+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/cfaussie?hl=en.
> >
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>


-- 
Duncan I Loxton
duncan.lox...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] SSL issue with SecurePay Test env

2011-04-11 Thread skateboard.com.au
I have always had to restart the server after importing a new cert. Have
you done that?

cheers

Drew

-Original Message-
From: Duncan 
To: cfaussie 
Date: Tue, 12 Apr 2011 12:01:24 +1000
Subject: [cfaussie] SSL issue with SecurePay Test env

> Hi Everyone,
> 
> Securepay issued a new SSL certificate on their test environment
> 7/4/2011
> and it has had an effect on our code when running in test mode. I have
> isolated it to be related to the I/O Exception: peer not authenticated
> issue
> as detailed by Rob Gonda and Steven Erat
> - http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool
>  -
> http://coldfusion-archive.robgonda.com/blog/index.cfm/2007/10/29/ErrorD
> etail-IO-Exception-peer-not-authenticated/
> 
> However, I have followed these posts and imported the
> test.securepay.com.aucertificate and still ColdFusion 8 (Enterprise)
> doesn't like the URL. My Key
> store implies I have GeoTrust items in it, and it worked before the SSL
> change, so I am now a bit lost.
> 
> I have put together a test script below, it is located at
> http://www.red5.com.au/gatewaytest.cfm so you can see the behaviour. I
> put
> in the Eway URL too, just as a sanity check.
> 
> I would really appreciate some one running this on their own CF8
> environment
> to see if the issue exists there, and if so, does importing the
> certificate
> resolve the issue for you?
> 
> Thanks!
> 
> [code]
> 
> 
> 
> 
> 
> #DateFormat(now(),
> "mmdd")##TimeFormat(now(), "HHmmssL000+600")#
> 60
> xml-4.2
> 
> 
> 
> 
> https://www.securepay.com.au/xmlapi/payment";
> timeout="80" result="XmlResponse">
> 
> 
> 
> https://www.securepay.com.au/xmlapi/payment";>
> 
>  url="https://test.securepay.com.au/xmlapi/payment";
> timeout="80" result="XmlResponse">
> 
> 
> 
> https://test.securepay.com.au/xmlapi/payment";>
> 
>  url="https://www.eway.com.au/gateway/xmlpayment.asp";
> timeout="80" result="XmlResponse">
> 
> 
> 
> https://www.eway.com.au/gateway/xmlpayment.asp";>
> [/code]
> 
> -- 
> Duncan I Loxton
> duncan.lox...@gmail.com
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
> 


-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] SSL issue with SecurePay Test env

2011-04-11 Thread Duncan
Hi Everyone,

Securepay issued a new SSL certificate on their test environment 7/4/2011
and it has had an effect on our code when running in test mode. I have
isolated it to be related to the I/O Exception: peer not authenticated issue
as detailed by Rob Gonda and Steven Erat
- http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool
 -
http://coldfusion-archive.robgonda.com/blog/index.cfm/2007/10/29/ErrorDetail-IO-Exception-peer-not-authenticated/

However, I have followed these posts and imported the
test.securepay.com.aucertificate and still ColdFusion 8 (Enterprise)
doesn't like the URL. My Key
store implies I have GeoTrust items in it, and it worked before the SSL
change, so I am now a bit lost.

I have put together a test script below, it is located at
http://www.red5.com.au/gatewaytest.cfm so you can see the behaviour. I put
in the Eway URL too, just as a sanity check.

I would really appreciate some one running this on their own CF8 environment
to see if the issue exists there, and if so, does importing the certificate
resolve the issue for you?

Thanks!

[code]





#DateFormat(now(),
"mmdd")##TimeFormat(now(), "HHmmssL000+600")#
60
xml-4.2




https://www.securepay.com.au/xmlapi/payment";
timeout="80" result="XmlResponse">



https://www.securepay.com.au/xmlapi/payment";>

https://test.securepay.com.au/xmlapi/payment";
timeout="80" result="XmlResponse">



https://test.securepay.com.au/xmlapi/payment";>

https://www.eway.com.au/gateway/xmlpayment.asp";
timeout="80" result="XmlResponse">



https://www.eway.com.au/gateway/xmlpayment.asp";>
[/code]

-- 
Duncan I Loxton
duncan.lox...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.