Submitted by Lucian on Wed, 12/14/2016 - 10:07
Hello,
I am trying to build a pre-hook script to setup an nginx reverse proxy and I need to determine loads of info of the vhost being created. HTTPS is of special interest and looking at the shell variables passed to the pre/post vars I can see: VIRTUALSERVER_EDIT_SSL="0" VIRTUALSERVER_LIMIT_SSL="1" VIRTUALSERVER_SSL="0" VIRTUALSERVER_SSL_CERT="/home/test1/ssl.cert" VIRTUALSERVER_SSL_KEY="/home/test1/ssl.key" VIRTUALSERVER_WEB_SSLPORT="1443"
Now, I am a bit confused as to why VIRTUALSERVER_SSL is "0". I checked "SSL website" when creating the account, shouldn't it be "1"?
Status:
Closed (works as designed)
Comments
Submitted by Lucian on Wed, 12/14/2016 - 10:11 Comment #1
Oops, please ignore me.
That is indeed "1", there was just a problem with creating the vhost!
Submitted by Lucian on Wed, 12/14/2016 - 13:54 Comment #2