问题描述
我正在使用java GWT.i使用https访问我的应用程序,然后我无法访问我的应用程序。为什么我不使用https访问我的应用程序?
,同时使用https浏览器访问我的应用,如图所示
任何帮助?
提前致谢
哦,在你之前的问题中,你没有告诉你正在使用像 vijay.evadev014.appspot.com
这样的第4级域名,这很重要。 Google为appspot.com配置的SSL证书仅适用于三级域名,适用于 *。appspot.com
根据doc: b
$ b
所以,如果你想使用这个证书,你应该使用像
I am working on app engine project using java GWT.i am accessing my app using https then i can not access my app. why i am not accessing my app with https?while accessing my app using https browser display as shown in image
Any help?
Thanks in advance
Oh, you didn't tell in your previous question that you're using 4th level domain like vijay.evadev014.appspot.com
, that's important. Google configured SSL certificate for appspot.com only for 3rd level domains, for *.appspot.com
As per doc:
So if you want to use this certificate you should use url like https://vijay-dot-evadev014.appspot.com
这篇关于使用https访问我的应用程序,然后不工作我的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!