We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy to https should work
proxy fails with error: WARN [proxy]: failed to proxy /finesse/api/User/Agent001 (write EPROTO 4455228864:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small:../deps/openssl/openssl/ssl/statem/statem_clnt.c:1457:
WARN [proxy]: failed to proxy /finesse/api/User/Agent001 (write EPROTO 4455228864:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small:../deps/openssl/openssl/ssl/statem/statem_clnt.c:1457:
Angular CLI: 7.0.3 Node: 10.8.0 OS: darwin x64 Angular: 7.0.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router Package Version ----------------------------------------------------------- @angular-devkit/architect 0.10.3 @angular-devkit/build-angular 0.10.3 @angular-devkit/build-optimizer 0.10.3 @angular-devkit/build-webpack 0.10.3 @angular-devkit/core 7.0.3 @angular-devkit/schematics 7.0.3 @angular/cdk 7.0.2 @angular/cli 7.0.3 @angular/material 7.0.2 @ngtools/webpack 7.0.3 @schematics/angular 7.0.3 @schematics/update 0.10.3 rxjs 6.3.3 typescript 3.1.3 webpack 4.19.1
karma.config.js
{ // .. proxies: { "/finesse": "https://hq-uccx.abc.inc:8445/finesse" }, proxyValidateSSL: false // .. }
Use Cisco Sandbox for UCCX (requires VPN connection to sandbox environment) https://developer.cisco.com/docs/finesse/#!sandbox
Try to proxy finesse REST API with karma.conf.js
Run karma server
REST API Call:
GET http://localhost:9876/finesse/api/User/Agent001 Authorization Basic QWdlbnQwMDE6Y2lzY29wc2R0
The text was updated successfully, but these errors were encountered:
Sorry tls_process_ske_dhe is not part of karma-runner. You can try to run with --logLevel=DEBUG to see if you get any more hints.
tls_process_ske_dhe
--logLevel=DEBUG
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
Proxy to https should work
Actual behaviour
proxy fails with error:
WARN [proxy]: failed to proxy /finesse/api/User/Agent001 (write EPROTO 4455228864:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small:../deps/openssl/openssl/ssl/statem/statem_clnt.c:1457:
Environment Details
karma.config.js
fileSteps to reproduce the behaviour
Use Cisco Sandbox for UCCX (requires VPN connection to sandbox environment)
https://developer.cisco.com/docs/finesse/#!sandbox
Try to proxy finesse REST API with karma.conf.js
Run karma server
REST API Call:
The text was updated successfully, but these errors were encountered: