简体   繁体   中英

Will ASIFormDataRequest still work when my SSL certificate expires?

I'm using the ASIFormDataRequest class from the ASIHTTPRequest library to talk to a .NET web service over an HTTPS connection.

I'd like to make a solution that eliminates the need for SSL security, but the SSL certificate expires sooner than I can get an update to the AppStore.

I'm wondering what will happen when the app makes an ASIFormDataRequest after the certificate has expired. Will an error be thrown?

如果启用了证书检查(默认设置),则对具有过期ssl证书的服务器的任何请求都将失败,并显示错误。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM