You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGIN_SERVER中的示例配置是http的,不是https的,实际上CAS生产环境基本都是https的,如果用
https时,会出现“error: unable to verify the first certificate”,我环境中CAS网站证书是证书公司付费签发的具有通配符能力的规范证书,不应出现此问题,这个问题我认为应该是node未能正确识别,希望能
增加下这种情况的处理说明,目前,我是直接修改部署目录下“vendors/node_modules/yapi-plugin-cas/server.js”源文件,request.get时加入"rejectUnauthorized": false参数进行规避
https时,会出现“error: unable to verify the first certificate”,我环境中CAS网站证书是证书公司付费签发的具有通配符能力的规范证书,不应出现此问题,这个问题我认为应该是node未能正确识别,希望能
增加下这种情况的处理说明,目前,我是直接修改部署目录下“vendors/node_modules/yapi-plugin-cas/server.js”源文件,request.get时加入"rejectUnauthorized": false参数进行规避