The place you would need to modify in the PHP code is in
/etc/inc/dyndns.class around line 600 (that is where it is in the master
branch<https://github.com/pfsense/pfsense/blob/master/etc/inc/dyndns.class#L599>
).
You should add curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); just before
the break;.

It would probably not be too hard to add this option. I will try to submit
a pull request later this week if it has not been done by someone else.

- Y



On Sun, Apr 27, 2014 at 12:39 AM, Nenhum_de_Nos <[email protected]>wrote:

>
> Hail,
>
> I need to use the custom ddns but I need also to make it ignore the self
> signed cert on the
> server. The thing wget does with --no-check-certificate. Is this doable ?
>
> I tried to find something on .php code, but no luck for me (I know close
> to nothing of php).
>
> Yet, can I pass some info on the http post. Is this also doable ?
>
> thanks,
>
> matheus
>
> --
> We will call you Cygnus,
> The God of balance you shall be
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
> http://en.wikipedia.org/wiki/Posting_style
> _______________________________________________
> List mailing list
> [email protected]
> https://lists.pfsense.org/mailman/listinfo/list
>
_______________________________________________
List mailing list
[email protected]
https://lists.pfsense.org/mailman/listinfo/list

Reply via email to