简体   繁体   English

是 google-api-php-client SSL 的连接吗?

[英]Is the connection by google-api-php-client SSL?

I am accessing Google Cloud API (Calendar, Sheets) resources from my php app by authenticating as a service account.我正在通过身份验证作为服务帐户从我的 php 应用程序访问 Google Cloud API(日历、表格)资源。
Is the communication made by google-api-php-client encrypted? google-api-php-client 进行的通信是否加密?
I want to know if my service account credentials are being transferred securely over https.我想知道我的服务帐户凭据是否通过 https 安全传输。

Thanks for your help!谢谢你的帮助!

I want to know if my service account credentials are being transferred securely over https.我想知道我的服务帐户凭据是否通过 https 安全传输。

https stands for Hypertext Transfer Protocol Secure . https代表Hypertext Transfer Protocol Secure So yes, it is secure.所以是的,它是安全的。 https always involves SSL. https总是涉及 SSL。 As long as the SSL-Certificates are valid, (which they propably are), everythig is fine.只要 SSL 证书有效(它们可能是有效的),一切都很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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