Secured connection #1747
Answered
by
nibanks
oleksandrmelnychenko
asked this question in
Q&A
Secured connection
#1747
-
What type of data should be used in the server configuration for secured connection? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jun 19, 2021
Replies: 1 comment
-
It looks like your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like your
cert
andprivateKey
variables are the contents of the files, not the file names/paths themselves?CertFile.CertificateFile
andCertFile.PrivateKeyFile
are supposed to be set to the file names/paths. We don't currently support passing contents directly (though I suspect it would be easy enough to do).