Re: assertion failure in ssl3_config_match_init() when invoking ForceHandshake()

2006-03-31 Thread Peter Djalaliev
I think this deserves a new topic :) ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: assertion failure in ssl3_config_match_init() when invoking ForceHandshake()

2006-03-31 Thread Rich Megginson
Nelson B. Bolyard wrote: Peter Djalaliev wrote: Hello, I am trying to upgrade a normal HTTP connection to SSL in the Apache mod_nss module. So, You're the source of all those questions I've been getting! ;-) I don't know if Rob C. announced it, but there is now a mod_nss for Apache that ca

Re: assertion failure in ssl3_config_match_init() when invoking ForceHandshake()

2006-03-30 Thread Nelson B. Bolyard
Peter Djalaliev wrote: > Hello, > > I am trying to upgrade a normal HTTP connection to SSL in the Apache > mod_nss module. So, You're the source of all those questions I've been getting! ;-) > When the mod_nss module is initialized, it calls: > - PR_Init > - PK11_ConfigurePKCS11 > - NSS_Initi

assertion failure in ssl3_config_match_init() when invoking ForceHandshake()

2006-03-30 Thread Peter Djalaliev
Hello,I am trying to upgrade a normal HTTP connection to SSL in the Apache mod_nss module.When the mod_nss module is initialized, it calls: - PR_Init - PK11_ConfigurePKCS11 - NSS_Initialize - NSS_SetDomesticPolicy. Also, I can see that 8 ciphers are being set with SSL_CipherPrefSet()Here are the NS