This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 889
Temporary change to work around python certificate validation issues #817
Milestone
Comments
tst-jhaight
changed the title
Add documentation to work around python certificate validation issues
Temporary change to work around python certificate validation issues
Apr 19, 2018
tst-ccamp
pushed a commit
that referenced
this issue
Apr 21, 2018
… server (#819) * Disabling CA certificate authentication for the ge publish server to avoid issues publishing via https admin console
Looks like this one can be closed. There is no additional work planned for this branch |
husf-dsheremata
added a commit
to husf-dsheremata/earthenterprise
that referenced
this issue
May 7, 2018
* 'master' of https://github.com/google/earthenterprise: (69 commits) Issue 337: Checks GCC version and exits build if version < 4.8.0 (google#832) Copy 5.2.2 release notes updates to 5.2.3 docs (google#827) Issue google#821: Fusion Maps API infinite loop (google#830) Added blog post entry for OpenGEE 5.2.2 final release (google#828) Updating README.md for release 5.2.2 (google#823) Final 5.2.2 doc updates (google#824) 590: Fixing page title for v360, v310 API usage examples (google#820) Update copy right date. Add debug tracing. Move travis_wait to yml file as it only works there... Get the variable name correct Clean things up and consolidate code into external scripts. Issue google#817 Disabling CA certificate authentication for the ge publish server (google#819) Making license comment blocks compliant with Google style (leading // instead of /* */ block-style comments) Doing some negitive testing. C++11 should work C++98 should fail Blog post about moving to C++11 (google#809) More experimenting Added newly re-opened issues to list of known issues Adding bootstrap javascript to each API version, and example_local.html for each Trying parallel stages... ...
husf-dsheremata
added a commit
to husf-dsheremata/earthenterprise
that referenced
this issue
May 8, 2018
* master: (74 commits) Issue 337: Checks GCC version and exits build if version < 4.8.0 (google#832) Copy 5.2.2 release notes updates to 5.2.3 docs (google#827) Issue google#821: Fusion Maps API infinite loop (google#830) Added blog post entry for OpenGEE 5.2.2 final release (google#828) Added code block tags to scons build command example. Renamed blogpost file, added missing whitespace for parsing Renamed blogpost file, added missing whitespace for parsing Updated final release link to https://github.com/google/earthenterprise/releases/tag/5.2.2-2.final Added blog post entry for OpenGEE 5.2.2 final release Updating README.md for release 5.2.2 (google#823) Final 5.2.2 doc updates (google#824) 590: Fixing page title for v360, v310 API usage examples (google#820) Update copy right date. Add debug tracing. Move travis_wait to yml file as it only works there... Get the variable name correct Clean things up and consolidate code into external scripts. Issue google#817 Disabling CA certificate authentication for the ge publish server (google#819) Making license comment blocks compliant with Google style (leading // instead of /* */ block-style comments) Doing some negitive testing. C++11 should work C++98 should fail ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some supported platforms utilize python versions which default to enable CA certificate verification (additional info). Because of this and the fact that OpenGEE utilizes its own packaged version of openssl, some geserver administrative commands via https console will not work due to certificate verification failure (#731). Until a better solution is available that doesn't involve multiple trust stores, we will turn off python certificate verification for the ge publish server.
The text was updated successfully, but these errors were encountered: