hlavki / g-suite-identity-sync

G Suite to LDAP identity synchronizer
Apache License 2.0
128 stars 29 forks source link

Installation fails - invalid HTTPS response #6

Closed DeltaLima closed 6 years ago

DeltaLima commented 6 years ago

Hi there! I tried to install the g-suite-identity-sync but i fail at the same point. When i try to open up https://localhost:8181 then i get the response:

Error code: SSL_ERROR_RX_RECORD_TOO_LONG

I followed the installation guide step by step. Got no errors.+

I want to use this script in a production environment in the company where i started few months ago. I'm bit confused what Karaf does in this thing ? And what is the "key magic"? I just need The Google Gsuite exported as LDAP - and this stable :)

Do you recommend the script in it's actual state for production? We would like to support you and your work on this project :)

Thanks and best regards from Berlin!

Marcus

hlavki commented 6 years ago

hi, it's mistake in documentaton, sorry for that. 8181 is port for HTTP. Right URL is http://localhost:8181. Documentation is already fixed.

DeltaLima commented 6 years ago

Yeah, http is working fine - i also tried that :) BUT after logging in it want's to redirect to localhost:8443 - which is not open and listening (wrote few days ago on gitter with some more information :) )

Also it's quite hard for me atm to setup and understand what's happening whithin your script :)

hlavki commented 6 years ago

Yeah, another mistake in documentation. This is change made in version 0.3.1. You have to change Authorized Redirect URI to http://localhost:8181/cxf/oidc/rp/complete

See: Create authorization credentials for Web Application

DeltaLima commented 6 years ago

Cool, thank you! :) I'll try this!