-
Notifications
You must be signed in to change notification settings - Fork 281
After certificate renewal RRAS doesn't accept new connections until after a second manual service restart. #552
Description
We support a few Windows servers for small business and generally we implement Certify for certificate renewal on servers to support RRAS and SSTP specifically.
Generally these are single certificate environments that normally don't even require a certificate deployment task into RRAS. RRAS is generally configured to simply use the Default certificate that's tied to the default IIS site.
The RRAS service does require a restart after a certificate has been renewed and we've attempted to use the Deployment Tasks for this effort, however we still seem to be running into connectivity problems after a certificate was renewed and even though Certify shows as successfully having run the restart service task after it has renewed a certificate, we still need to go in and manually restart it again to get the server to accept new incoming connections properly.
We can either use the deployment task within Certify (by manually clicking the run task button) or go into the Services console to manually restart the service but generally that second manual restart makes the VPN connections work again after a certificate was renewed.
We've also tried using the Deploy to RRAS specific task during certificate renewal and that hasn't really made a difference either, usually we need to still go in after a certificate has been renewed to manually restart the service.
I would be happy to provide any additional data necessary to try and figure out why these second restarts are necessary. I would love to not to have to manually restart these services to make them work properly.