使用https访问我的应用程序,然后不工作我的应用程序 [英] While accessing my app using https then not working my app

查看:104
本文介绍了使用https访问我的应用程序,然后不工作我的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用java GWT.i使用https访问我的应用程序,然后我无法访问我的应用程序。为什么我不使用https访问我的应用程序?
,同时使用https浏览器访问我的应用,如图所示



任何帮助?



提前致谢

解决方案

哦,在你之前的问题中,你没有告诉你正在使用像 vijay.evadev014.appspot.com 这样的第4级域名,这很重要。 Google为appspot.com配置的SSL证书仅适用于三级域名,适用于 *。appspot.com



根据doc: b
$ b


Google不会针对appspot.com上托管的双通配域
颁发SSL证书。因此,对于HTTPS,您必须使用字符串
-dot-而不是。。分隔子域,如下面的
示例所示。你可以使用一个简单的。与您自己的自定义域
或与HTTP地址。

所以,如果你想使用这个证书,你应该使用像 https://vijay-dot-evadev014.appspot.com


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:

Google does not issue SSL certificates for double-wildcard domains hosted at appspot.com. Therefore with HTTPS you must use the string "-dot-" instead of "." to separate subdomains, as shown in the examples below. You can use a simple "." with your own custom domain or with HTTP addresses.

So if you want to use this certificate you should use url like https://vijay-dot-evadev014.appspot.com

这篇关于使用https访问我的应用程序,然后不工作我的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆