skip to Main Content

Centos – Codeigniter OpenID ERR_SSL_PROTOCOL_ERROR

I am trying to implement Jumbojett OpenID Authentication in my Linux Centos 9 Server. This is my login controller (welcome.php) code: public function login_sso() { if (!$this->session->userdata('USERNIP')) { $oidc = new OpenIDConnectClient( $this->config->item('SSO_PROVIDER_URL'), $this->config->item('SSO_CLIENT_ID'), $this->config->item('SSO_CLIENT_SECRET') ); $isAuthenticate = $oidc->authenticate(); if…

VIEW QUESTION

Hetzler LB, cert-manager, nginx-ingress example

I installed kubernetes in Hetner based on the repository. I am using godaddy as DNS management I have install cert manager in the cluster. I took it from here. kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.0/cert-manager.yaml Load balancer: apiVersion: v1 kind: Service metadata:…

VIEW QUESTION
Back To Top
Search