In the SQLSnapper GUI there is no option/checkbox to enable Trust Server Certificate. Do you have instructions how to modify the xml config file to include this option?
Comments
2 comments
-
I confirmed adding ";Trust Server Certificate=true" to the end of the server name as suggested in another post does not work (in the GUI). It does work if you use the command line interface.
-
I was able to do this successfully using the command line interface, using the following one-liner, saved to a .BAT file:
RedGate.SQLSnapper.exe /database:MyDatabase server:"MyServer,port;encrypt=true;trustservercertificate=true" /mksnap:MyDatabase.snp
This seems to work only in the command line interface. Redgate - Please add this feature to the GUI in the stand alone SQLSnapper UI (this option already exists in the full product SQL Compare -> Snapshot utility, just not in the stand alone SQLSnapper). Pretty, pretty, please.
Add comment
Please sign in to leave a comment.