Google App Engine SSL Certificate Error

前端 未结 1 1996
旧巷少年郎
旧巷少年郎 2020-12-21 11:38

I\'m using IntelliJ IDE, I have installed google cloud sdk, google app engine sdk, python. but when I\'m trying to go through ItelliJ>>tools>>google app engine for php >> up

相关标签:
1条回答
  • 2020-12-21 12:31

    I got a similar error (on linux) when trying to run the development server after upgrading the GAE SDK from 1.9.49 (which worked fine) to currently latest 1.9.51.

    After digging on SO and finding suggestions for renaming/removing the cacerts.txt file equivalent to the one you mentioned I tried it, but it didn't help - some other related error popped up.

    So I just copied over the respective cacerts.txt file from the 1.9.49 SDK and things are working fine again.

    0 讨论(0)
提交回复
热议问题