Page 2 of 2

Re: SSL Error

Posted: Tue Mar 08, 2016 11:56 am
by frank.essenberger
This would be even better. The I do not have to include the huge spring framework to my project.

Re: SSL Error

Posted: Fri Mar 11, 2016 11:17 am
by Oliver Heilig
Sorry, didn't have the time to write the documentation yet. You can download the sample project here:

http://xserverinternet.azurewebsites.ne ... rtTest.zip

It should be somehow self explanatory.

@Frank: This solution doesn't bypass the certificate validation, like the first solution did. But it still needs Spring. The only way to get rid of Spring would be to use custom-generated classes, like explained here:

http://xserver.ptvgroup.com/en-uk/cookb ... d-classes/

Hope i can write some docs next week.

Oliver

Re: SSL Error

Posted: Mon Mar 21, 2016 1:06 pm
by Oliver Heilig
Hello all,

we now have documented the recommended procedure for this issue.

http://xserver.ptvgroup.com/index.php?id=1418

Regards

Oliver

Re: SSL Error

Posted: Fri Jul 15, 2016 7:21 am
by frank.essenberger
Hello Oliver,

I just wanted to ask, if there is a possibility without using the spring framework. In principle everything works fine, but the spring frameworks is huge and adds some many dependencies to the project.

Regards
Frank

Re: SSL Error

Posted: Fri Jul 15, 2016 8:09 am
by Oliver Heilig
Hello Frank,

i will talk back to the xServer team about that, but i don't think it's possible without referencing spring. As far as i know the only way to control these dependencies is to create the client-access classes by yourself, as explained here:

http://xserver.ptvgroup.com/en-uk/cookb ... d-classes/

Regards
Oliver