server-side-extension icon indicating copy to clipboard operation
server-side-extension copied to clipboard

Where do I store server certs?

Open hytown opened this issue 6 years ago • 1 comments

Description

I have generated certificates for helloword example, and I see folder sse_helloword_server_certs have 3 files named root_cert.pem, sse_server_cert.pem, and sse_server_key.pem, but where do I put those files?

The instruction says this, but I don't understand what to do, The SSE plugin is the server in the SSE communication, so copy and refer to the folder named sse_qliktest_server_certs in the plugin server.

Expected behavior

Secured connection is established when running the program

Actual behavior

Unsecured connection was established

Environment

Operating system
[X] Mac OS X
Qlik Sense
[X] Desktop

hytown avatar Oct 15 '19 23:10 hytown

I figured it out by myself, I have to specify parameter --pem_dir

hytown avatar Oct 17 '19 14:10 hytown