Login
Register
Home
Q&A
Questions
Tags
Send feedback
Sidebar
How do I configure my MSSQL Server to use ssl-encryption?
0
votes
103
views
asked
Sep 5
by
ben-s-7515
(
13.4k
points)
We would like to secure the connection between QIE and our MSSQL server using ssl. The QIE service has the encrypt=true connection URL parameter, but my server is not accepting it.
mssql
ssl
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
The documentation for setting up a MSSQL Server to use ssl-connections can be found on the Microsoft website at:
https://docs.microsoft.com/en-us/sql/connect/jdbc/using-ssl-encryption
For information on setting the connection properties see:
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties
https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver
answered
Sep 5
by
ben-s-7515
(
13.4k
points)
Please
log in
or
register
to add a comment.
...