Error reporting javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException

Copyright Statement: This article is the original article of the blogger. It can not be reproduced without the permission of the blogger. https://blog.csdn.net/u010248330/article/details/70161899 import java.io.File;   import java.io.FileNotFoundException;   import java.io.FileOutputStream;   import java.io.IOExcep ...

Posted by antonello on Tue, 05 Feb 2019 21:51:18 -0800

HttpClient + ASP.NET Web API, an alternative to WCF

Reference page: http://www.yuanjiaocheng.net/webapi/create-crud-api-1.html http://www.yuanjiaocheng.net/webapi/create-crud-api-1-get.html http://www.yuanjiaocheng.net/webapi/create-crud-api-1-post.html http://www.yuanjiaocheng.net/webapi/create-crud-api-1-put.html http://www.yuanjiaocheng.net/webapi/create-crud-api-1-delete.html WCF's ambition ...

Posted by AE117 on Fri, 04 Jan 2019 10:51:09 -0800

Support JSONP by extending ASP.NET Web API

Reference page: http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-get.html http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-post.html http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-put.html http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-delete.html http://www.yuanjiaocheng.net/webapi/httpclient-consume-webapi.html The ...

Posted by acac on Sat, 22 Dec 2018 18:54:06 -0800

Use and configuration of HTTPS on SL/TLS (IIS8 and iOS client)

Use and configuration of HTTPS on SL/TLS (IIS8 and iOS client) CA certificate 1. Domain Name Type SSL Certificate (DV SSL): The trust level is ordinary, only need to verify the authenticity of the website can issue certificates to protect the website; generally free. 2. Enterprise-type SSL Certificate (OV SSL): Strong trust level, ...

Posted by _theworks on Thu, 20 Dec 2018 05:48:05 -0800