[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-12 Thread vitopn
Tried that, still getting NetConnection.Connect.CertificateUntrustedSigner. I also tried putting the cert in firefox but that didn't work either. Where exactly is Flex looking for the cert chain? Has anyone used a self signed cert for SecureRTMP? If so, a quick step by step post would really

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-12 Thread vitopn
After a lot of struggling I finally got rtmps and https channels working with self signed certificates (using openssl as a personal certificate authority) see this post http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583threadid=1242192 Doug, Thank you for your help. The

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-10 Thread Doug Lowder
See if you have a keystore named cacerts under your Java installation folder, and if so add the key to that keystore as well. --- In flexcoders@yahoogroups.com, vitopn [EMAIL PROTECTED] wrote: Hi Doug, I'm fairly certain that the self-signed cert is in the keystore. (Doesn't keytool

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-09 Thread Doug Lowder
Looks like you didn't add the self-signed certificate to the keystore. Check out the keytool -import command. http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/keytool.html#Comman\ ds http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/keytool.html#Comma\ nds

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-09 Thread vitopn
Hi Doug, I'm fairly certain that the self-signed cert is in the keystore. (Doesn't keytool -genkey .. store the newly generated cert in the keystore?) I am doing a list and the flex2cert is in there. C:\Documents and Settings\vitopnkeytool -list -keystore