我正在爲我正在嘗試構建安全登錄系統的練習項目工作。獲得我自己的SSL證書或需要專用服務器的解決方案不是一種選擇。我正在考慮在我的域中託管該網站,但在我的App Engine網站上進行身份驗證。有沒有辦法安全地做到這一點,而不將它們發送到subdomain.example.com域?使用Google App Engine安全驗證,不使用SSL?
0
A
回答
1
App Engine目前不支持在您自己的域名上使用SSL(當然,您仍然需要購買SSL證書,雖然這並不困難)。要詳細瞭解爲什麼在沒有SSL的情況下確保會話不可行,請參閱this recent question。如果安全性對您很重要,您現在需要將您網站的已登錄部分從yourapp.appspot.com中提供。
0
也許我還沒有理解你的問題,但你有沒有考慮過OpenID?
相關問題
- 1. Google App Engine上的SSL安全網站
- 2. Google App Engine +驗證
- 3. Google App Engine - 安全Cookie
- 4. Google App Engine身份驗證
- 5. Google App Engine身份驗證
- 6. 驗證短信 - Google App Engine
- 7. Google App Engine - SSL InsecurePlatformWarning
- 8. JDO Google App Engine驗證用戶
- 9. 如何使用Google App Engine + Java驗證用戶,密碼?
- 10. Google App Engine SSL證書錯誤
- 11. Google App Engine上的EV SSL證書?
- 12. Google App Engine上的SSL證書
- 13. 我的應用使用Google App Engine保護自己的安全嗎沒有我自己的SSL證書
- 14. 使用Google App Engine時需要解決哪些安全問題?
- 15. 如何在Wicket上使用Google App Engine安全性?
- 16. 使用實體 - Google App Engine
- 17. Google App Engine使用maven
- 18. Google App Engine:使用Ajax
- 19. 使用Google App Engine從Iphone Native Client進行身份驗證
- 20. 使用OAuth的Google App Engine身份驗證
- 21. 在Google App Engine上使用基本身份驗證的RestTemplate
- 22. 使用Google App Engine的自定義Android驗證器
- 23. 在Google App Engine上使用web2py進行身份驗證
- 24. GOLANG使用Google App Engine的HTTP基本身份驗證URLFetch
- 25. 如何使用Google App Engine驗證表單數據?
- 26. 使用BlackBerry App安裝SSL證書
- 27. Google App Engine上的安全性(Java) - Servlet SSL?
- 28. 在Flask + Google App Engine上啓用SSL
- 29. Google App Engine Eclipse插件不使用GWT
- 30. SSL模式標誌 - 證書驗證:可以安全使用:無?
是的我考慮過openid – User 2010-11-04 21:37:58