xpc: don't send certificate requests, there are too many when using keychain
This commit is contained in:
@@ -71,7 +71,7 @@ static peer_cfg_t* create_peer_cfg(char *name, char *host)
|
|||||||
{
|
{
|
||||||
remote_port = IKEV2_NATT_PORT;
|
remote_port = IKEV2_NATT_PORT;
|
||||||
}
|
}
|
||||||
ike_cfg = ike_cfg_create(IKEV2, TRUE, FALSE, "0.0.0.0", FALSE, local_port,
|
ike_cfg = ike_cfg_create(IKEV2, FALSE, FALSE, "0.0.0.0", FALSE, local_port,
|
||||||
host, FALSE, remote_port, FRAGMENTATION_NO, 0);
|
host, FALSE, remote_port, FRAGMENTATION_NO, 0);
|
||||||
ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE));
|
ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE));
|
||||||
peer_cfg = peer_cfg_create(name, ike_cfg,
|
peer_cfg = peer_cfg_create(name, ike_cfg,
|
||||||
|
|||||||
Reference in New Issue
Block a user