liang860908 / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

I have some https problem too #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
herohu
java
window7

I can visit gmail greader twitter lastpass.com with https

but I can not visit some personal blogs or websites such as

https://psblog.name/

how can I fix it?

Original issue reported on code.google.com by catlin...@gmail.com on 19 Jan 2012 at 11:07

GoogleCodeExporter commented 9 years ago
Without APJP_LOCAL:

psblog.name uses an invalid security certificate.
The certificate expired on 8/01/2012 18:47. The current time is 19/01/2012 
13:39.
(Error code: sec_error_expired_certificate)

see attachment

With APJP_LOCAL and APJP_REMOTE_APPENGINE I have no problems.

Original comment by jeroen.v...@gmail.com on 19 Jan 2012 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for replying:)

Some personal blogs or websites with  https  have security certificate problems 
indeed,but the blog is the blog which I want to visit.

I can visit it with goagent(http://code.google.com/p/goagent/)

You said there is no problems,but I just can not visit it with APJP_LOCAL and 
APJP_REMOTE_APPENGINE,I really do not know  why I can not visit it.

我的英文真的很差,所以如果说的有什么地方不礼貌,还请��
�包涵。

Original comment by catlin...@gmail.com on 19 Jan 2012 at 1:43

GoogleCodeExporter commented 9 years ago
here are the screenshots

Original comment by catlin...@gmail.com on 19 Jan 2012 at 1:48

Attachments:

GoogleCodeExporter commented 9 years ago
No problem :)

I see in your screenshots you are using APJP_LOCAL + APJP_REMOTE_HEROKU.
APJP_REMOTE_HEROKU cannot not connect to websites with certificate problems 
(default setting in HEROKU JAVA VM).
APJP_REMOTE_APPENGINE can connect to websites with certificate problems (which 
is less secure, but it is the default setting in APPENGINE JAVA VM).

GOAGENT uses APPENGINE, so GOAGENT ignores certificate problems.

Can you test with APJP_LOCAL + APJP_REMOTE_APPENGINE?

Original comment by jeroen.v...@gmail.com on 19 Jan 2012 at 2:45

GoogleCodeExporter commented 9 years ago
I see.
APJP_LOCAL + APJP_REMOTE_APPENGINE is fine.
It can visit the blog.
Thank you very much. 

Original comment by catlin...@gmail.com on 19 Jan 2012 at 5:59