j81blog / GenLeCertForNS

This script helps you to create a Let's Encrypt certificate for your NetScaler
GNU General Public License v3.0
39 stars 16 forks source link

LBVip is not unbinding #10

Closed tabularasa138 closed 1 year ago

tabularasa138 commented 1 year ago

Using the new -UseLbVip function of the script. It works aside from one little weirdness. What we are seeing is if the svc_letsencrypt_cert_dummy is left bound to the LBVip (We are using a production LBVip for http to https redirection), in Edge only (which is also super odd), the http to https redirection doesn't work. Everything works fine in Chrome/Firefox. Do you tihnk you should add a quick function to unbind that svc_letsencrypt_cert_dummy from the LBVip when it's done doing it's thing?

j81blog commented 1 year ago

Can you try to test with the latest dev version?

tabularasa138 commented 1 year ago

This is working now, thank you!