Removing KB3163018 does work, thank you!
I did some research as to the culprit yesterday.
It seems Sap initially goes to https://sapserverip:30010/sld/sld.svc
If you go there using Chrome you will see 2 ssl cert errors(at least with mine).
SHA-1 Certificate
The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1.
Certificate Error
There are issues with the site's certificate chain (net::ERR_CERT_AUTHORITY_INVALID).
So most likely Windows 10 is saying this is unacceptable from now on. I did not find any settings to make this acceptable. I went to control panel internet options and try to put the domain in trusted sites, I tried to put the cert in trusted in windows 10 certmgr.msc to no avail.
My next option before I found this post would have been to pay for a cert using godaddy or alike and make it compliant with the 2 errors in hopes that may cure the problem.
I could not find any other work around in any setting or anything in windows 10. So to buy and install a cert that is more compliant to the new windows 10 standard would have been and might be the long term 100% cure.
But my dealing with certs and levels that OS's can inherently do this may present a problem. I'm running Server 2008, I know that its security can only do certain levels of TLS like to enable tls 2.0 on 2008 R2 you can see here what to do.
How to enable TLS 1.2 on Windows Server 2008 R2 - QuoVadis Customer Support
So this may become a bigger issue...
Thanks for the help.