Great! Thanks to you! M.
On 18/12/2017 20:18, Christian Grün wrote:
Thanks, Marco. Your pull request has been merged, and the documentation has been updated [1].
Cheers, Christian
[1] http://docs.basex.org/wiki/Options#IGNOREHOSTNAME
On Mon, Dec 18, 2017 at 10:44 AM, Marco Lettere m.lettere@gmail.com wrote:
Hi Christian, I've filed a pull request [1] to the github repo. I've tested it with our use case and it works fine. Check it out and let me know. Regards, Marco.
[1] https://github.com/BaseXdb/basex/pull/1533
On 17/12/2017 22:58, Christian Grün wrote:
Hi Marco,
Thanks for reporting all the details back to us.
Final question to Christian ... instead of ignoring certificates altogether could you plan for a less risky option IGNORE_HOSTNAME_VERIFICATION which just ignores the verification of the host name of a certificate?
I think so. Certificates are currently ignored via a small Java function [1]. Do you have an idea how this code would need to be modified?
Cheers, Christian
[1] https://github.com/BaseXdb/basex/blob/master/basex-core/src/main/java/org/ba...