[repro-users] Authenticated identity && repro
- From: Gergely Kovacs <gergo@xxxxxxxxx>
- Date: Mon, 08 Oct 2007 16:36:44 +0200
Hi,
I'd like to make rePro add Identity headers to messages. I compiled
recirpocate with use SSL. Main/resip/stack/test/testIdentity util
computes the right Identiy.
My scenario is simple:
root@xxxxxxxxx calls root@xxxxxxxxx
root@xxxxxxxxx -> atest.com (0.0.0.0:5060) -> btest.com (0.0.0.0:5062)
-> root@xxxxxxxxx
IP address of btest.com comes from DNS, and the port is set by a rePro
route. There is a rePro ACLS rule that covers caller's IP address to
avoid authentication. (otherwise I get "403 forbidden" for outgoing
messages from rePro even if the authentication was successful). I
created certification and private key for the domain and copied to the
corresponding directory; rePro finds it and loads them.
I execute repro by this command:
repro -v INFO -l syslog -d btest.com --enable-cert-server -t atest.com
(I've tried all combination of the switches above)
Basically it works but the authentication headers are missing.
What is the difference between domain_cert and root_cert? (my root_cert
is a simlink to domain_cert)
What should I do to have repro compute the indenity header?
Thanks,
Gergely