java - How to disable CN checking in a Jersey Jax-rs project using cxf -


i have/inherited maven project that's based on jersey jax-rs. i'm having , issue disabling cn checking can connect repository outside control. have seen similar issue , tried -djsse.enablesniextension=false have same exact error adding cxf.xml file per specified on cxf site none of these work.

i think can try use hostnameverifier , force verify method return true alternative.

thanks,


Comments