-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
SSL Support #105
Comments
Hi Guys, I've created my own solution to the problem, that you could also use. I've fixed function that was created by @RuiRomano for SQL 2008 to make it work with 2016 and 2017 Also note the wmi call would need to be versioned as I was working with PowerBi Server and SQL 2017 so its version v14 however I did test with SQl 2016 using v13 and that works fine as well. Get FQDN
Get the cert Thumbprint
Make cert trusted
Function
Call function to configure the SSL binding
|
Hey Guys, Thanks @HealisticEngineer for the TLS function! For SSRS 2019 I had to add the
+1 for adding SSL Support |
feature
Add SSL configuration support to Set-RsUrlReservation, Set-PbiRsUrlReservation
Currently I couldn't find an option to add SSL at the same time as configuration the virtual directory.
Adding this option under another function would work as well, but SSL support would be a very nice enhancement.
The text was updated successfully, but these errors were encountered: