Can I use urlfetch with self signed certifications over ssl

半世苍凉 提交于 2020-01-04 05:25:09

问题


I want my app engine service to speak with a separate service that I manage. I want to be able to install my self signed certificate on both ends. Is it possible to have app engine speak to this instance over SSL?


回答1:


Yes. App Engine doesn't currently verify certificates for SSL sites over urlfetch, so it will accept self-signed certificates just fine.



来源:https://stackoverflow.com/questions/4939701/can-i-use-urlfetch-with-self-signed-certifications-over-ssl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!