SSL Error

Proper forum for all questions related to xServer INTERNET = the Azure based cloud solution. This forum deals with the architecture topics such as load balancing, available profiles and standard server settings.
Please be aware that questions about core functionality such as routing, mapping, geocoding in general should be placed in the xServers dedicated forum ;-)
frank.essenberger
Posts: 12
Joined: Mon Feb 29, 2016 2:26 pm

Re: SSL Error

Post by frank.essenberger »

This would be even better. The I do not have to include the huge spring framework to my project.
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: SSL Error

Post 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
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

https://github.com/oliverheilig/
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: SSL Error

Post 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
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

https://github.com/oliverheilig/
frank.essenberger
Posts: 12
Joined: Mon Feb 29, 2016 2:26 pm

Re: SSL Error

Post 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
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: SSL Error

Post 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
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

https://github.com/oliverheilig/
Post Reply