leo108 / php_cas_server

PHP CAS Server
MIT License
219 stars 47 forks source link

Can use PgSQL?? #22

Closed redoranged closed 6 years ago

leo108 commented 6 years ago

You can set DB_CONNECTION to pgsql in .env file, but I didn't test the application with Postgres.

redoranged commented 6 years ago

Can client and server using different database? I already tried using different database, but show's ERROR. Application running smoothly if client using same database with server.

leo108 commented 6 years ago

Yes, they can use two databases.

Can you show the error message?

redoranged commented 6 years ago

image

After i logged in, I got this Error Exception

redoranged commented 6 years ago

image

But when i open the CAS URL. It's showing success

leo108 commented 6 years ago

I think it's your development environment's fault, it cannot access the local domain https://sso-server.dn.

redoranged commented 6 years ago

sso-server.dn use MySQL & sso-client.dn use PostgreSQL