Has anyone seen this error?
racoon: ERROR: 45421:error:26078067:engine routines:ENGINE_LIST_ADD:conflicting engine id:eng_list.c:116: 45421:error:2606906E:engine routines:ENGINE_add:internal list error:eng_list.c:288:
I haven't been in my site B yet to change parameters, but I notice site B is trying to connect with Site A. I get…
racoon: [Site B]: INFO: initiate new phase 1 negotiation: aaa.aaa.aaa.aaa[500]<=>bbb.bbb.bbb.bbb[500]
racoon: INFO: begin Aggressive mode.
racoon: ERROR: 45421:error:26078067:engine routines:ENGINE_LIST_ADD:conflicting engine id:eng_list.c:116: 45421:error:2606906E:engine routines:ENGINE_add:internal list error:eng_list.c:288:
racoon: ERROR: failed to get subjectAltName
racoon: INFO: received broken Microsoft ID: FRAGMENTATION
racoon: INFO: received Vendor ID: DPD
racoon: ERROR: no peer's CERT payload found.
I'm guessing the first error is a result of my certs being different and possibly my CAs being different as well. If this is really the case, it makes me wonder what the real differences between RSA and PSK are. It strikes me that they're the same thing with the exception that RSA is managed by a CA and PSK you can define whatever key you want (even as long and complicated as a cert).
I'm not sure if the subsequent errors are related to the engine failure or something different. I did find this which indicates that racoon is looking for a subjectAltName whether it uses it or not…
http://verb.bz/2008/12/02/racoon-requires-subjectaltname-for-x509-ike/
Any thoughts and/or input appreciated.
Thanks.