From: Michael K. <mi...@ca...> - 2018-11-26 15:59:43
Attachments:
signature.asc
|
hello list, i will enable ssl (https) for a virtual host in webmin (apache2) i use: webmin 1.900 i have a current certificate (self sign, self generate) i go to my virtual host(s) in webmin i see 3 virtual hosts running > > Defines the default settings for all other virtual servers, and processes any unhandled requests. > Address Any > Port Any Server Name Automatic > Document Root /var/www/mynewvirtual yes, i see my virtual host is up and running by http > Handles the name-based server on address *. > Address Any > Port 80 Server Name Automatic > Document Root /var/www/html yes, here is the default apace2 splashpage > Handles the name-based server on address *. > Address Any > Port 443 Server Name Automatic > Document Root /var/www/mynewvirtual I have found a short help for setting up ssl for virtual host here: https://www.crybit.com/how-to-install-ssl-certificate-on-webmin/ i read.... > Select the virtual host that you want to secure. > Click on SSL options. > Click “Yes” on Enable SSL. but, in my (webmin page) overview of the virtual host, i have no "option" for enable ssl?! Why? Thanks for Help Michael -- GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE Zombie-News - cacn.de |
From: Michael S. <sc...@gm...> - 2018-11-26 19:19:39
|
Hello Michael This option will possible be only in virtualmin. (The bigger hostingsolution) See https://www.virtualmin.com/download.html and there chose the GPL-Version. Hope this helps. Bye Michael Schwarz > -----Ursprüngliche Nachricht----- > Von: Michael K. [mailto:mi...@ca...] > Gesendet: Montag, 26. November 2018 16:42 > An: Webmin users list > Betreff: *** GMX Spamverdacht *** [webmin-l] ssl cert to a virtual host > > hello list, > > i will enable ssl (https) for a virtual host in webmin (apache2) i use: webmin > 1.900 > > i have a current certificate (self sign, self generate) i go to my virtual host(s) > in webmin > > i see 3 virtual hosts running > > > > > Defines the default settings for all other virtual servers, and processes any > unhandled requests. > > > > Address Any > > Port Any Server Name Automatic > > Document Root /var/www/mynewvirtual > yes, i see my virtual host is up and running by http > > > Handles the name-based server on address *. > > Address Any > > Port 80 Server Name Automatic > > Document Root /var/www/html > yes, here is the default apace2 splashpage > > > Handles the name-based server on address *. > > Address Any > > Port 443 Server Name Automatic > > Document Root /var/www/mynewvirtual > > I have found a short help for setting up ssl for virtual host here: > https://www.crybit.com/how-to-install-ssl-certificate-on-webmin/ > > i read.... > > > Select the virtual host that you want to secure. > > Click on SSL options. > > Click “Yes” on Enable SSL. > > but, in my (webmin page) overview of the virtual host, i have no "option" for > enable ssl?! > > Why? > > Thanks for Help > > Michael > > > > > -- > GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE > Zombie-News - cacn.de |
From: Joe C. <jo...@vi...> - 2018-11-27 20:11:01
|
It's possible with just Webmin, but it's punishing yourself to do it without Virtualmin. I'm not sure exactly what the linked tutorial is trying to do, but the right way to create an SSL virtual host in Webmin is to create a new VirtualHost on port 443 with SSL enabled, not to enable it on an existing port 80 VirtualHost. Each VirtualHost section is independent...which is one of the reasons it's easier to use Virtualmin, since it treats everything in a domain account as related. There are docs about managing SSL in Webmin here: https://doxfer.webmin.com/Webmin/Apache_Webserver#Setting_up_SSL Though it looks like Webmin is incorrectly detecting the presence of mod_ssl, at least on some systems. So...that's a bug. A new one, probably in 1.900, since surely someone would have noticed before now if the problem had been present for a while. I've filed a ticket here: https://github.com/webmin/webmin/issues/995 On 11/26/18 1:06 PM, Michael Schwarz wrote: > Hello Michael > > This option will possible be only in virtualmin. (The bigger hostingsolution) > > See https://www.virtualmin.com/download.html and there chose the GPL-Version. > > Hope this helps. > > Bye > Michael Schwarz > > >> -----Ursprüngliche Nachricht----- >> Von: Michael K. [mailto:mi...@ca...] >> Gesendet: Montag, 26. November 2018 16:42 >> An: Webmin users list >> Betreff: *** GMX Spamverdacht *** [webmin-l] ssl cert to a virtual host >> >> hello list, >> >> i will enable ssl (https) for a virtual host in webmin (apache2) i use: webmin >> 1.900 >> >> i have a current certificate (self sign, self generate) i go to my virtual host(s) >> in webmin >> >> i see 3 virtual hosts running >> >>> Defines the default settings for all other virtual servers, and processes any >> unhandled requests. >> >> >>> Address Any >>> Port Any Server Name Automatic >>> Document Root /var/www/mynewvirtual >> yes, i see my virtual host is up and running by http >> >>> Handles the name-based server on address *. >>> Address Any >>> Port 80 Server Name Automatic >>> Document Root /var/www/html >> yes, here is the default apace2 splashpage >> >>> Handles the name-based server on address *. >>> Address Any >>> Port 443 Server Name Automatic >>> Document Root /var/www/mynewvirtual >> I have found a short help for setting up ssl for virtual host here: >> https://www.crybit.com/how-to-install-ssl-certificate-on-webmin/ >> >> i read.... >> >>> Select the virtual host that you want to secure. >>> Click on SSL options. >>> Click “Yes” on Enable SSL. >> but, in my (webmin page) overview of the virtual host, i have no "option" for >> enable ssl?! >> >> Why? >> >> Thanks for Help >> >> Michael >> >> >> >> >> -- >> GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE >> Zombie-News - cacn.de > > > > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Joe C. <jo...@vi...> - 2018-11-27 20:54:55
|
Oops, I was wrong. Everything is working fine. Just create a new VirtualHost on port 443, and it'll have the option to enable SSL in the SSL Options page. That's a little unintuitive, but it's workable. On 11/27/18 1:54 PM, Joe Cooper wrote: > It's possible with just Webmin, but it's punishing yourself to do it > without Virtualmin. > > I'm not sure exactly what the linked tutorial is trying to do, but the > right way to create an SSL virtual host in Webmin is to create a new > VirtualHost on port 443 with SSL enabled, not to enable it on an > existing port 80 VirtualHost. Each VirtualHost section is > independent...which is one of the reasons it's easier to use > Virtualmin, since it treats everything in a domain account as related. > > There are docs about managing SSL in Webmin here: > https://doxfer.webmin.com/Webmin/Apache_Webserver#Setting_up_SSL > > Though it looks like Webmin is incorrectly detecting the presence of > mod_ssl, at least on some systems. So...that's a bug. A new one, > probably in 1.900, since surely someone would have noticed before now > if the problem had been present for a while. I've filed a ticket here: > https://github.com/webmin/webmin/issues/995 > > On 11/26/18 1:06 PM, Michael Schwarz wrote: >> Hello Michael >> >> This option will possible be only in virtualmin. (The bigger >> hostingsolution) >> >> See https://www.virtualmin.com/download.html and there chose the >> GPL-Version. >> >> Hope this helps. >> >> Bye >> Michael Schwarz >> >> >>> -----Ursprüngliche Nachricht----- >>> Von: Michael K. [mailto:mi...@ca...] >>> Gesendet: Montag, 26. November 2018 16:42 >>> An: Webmin users list >>> Betreff: *** GMX Spamverdacht *** [webmin-l] ssl cert to a virtual host >>> >>> hello list, >>> >>> i will enable ssl (https) for a virtual host in webmin (apache2) i >>> use: webmin >>> 1.900 >>> >>> i have a current certificate (self sign, self generate) i go to my >>> virtual host(s) >>> in webmin >>> >>> i see 3 virtual hosts running >>> >>>> Defines the default settings for all other virtual servers, and >>>> processes any >>> unhandled requests. >>> >>> >>>> Address Any >>>> Port Any Server Name Automatic >>>> Document Root /var/www/mynewvirtual >>> yes, i see my virtual host is up and running by http >>> >>>> Handles the name-based server on address *. >>>> Address Any >>>> Port 80 Server Name Automatic >>>> Document Root /var/www/html >>> yes, here is the default apace2 splashpage >>> >>>> Handles the name-based server on address *. >>>> Address Any >>>> Port 443 Server Name Automatic >>>> Document Root /var/www/mynewvirtual >>> I have found a short help for setting up ssl for virtual host here: >>> https://www.crybit.com/how-to-install-ssl-certificate-on-webmin/ >>> >>> i read.... >>> >>>> Select the virtual host that you want to secure. >>>> Click on SSL options. >>>> Click “Yes” on Enable SSL. >>> but, in my (webmin page) overview of the virtual host, i have no >>> "option" for >>> enable ssl?! >>> >>> Why? >>> >>> Thanks for Help >>> >>> Michael >>> >>> >>> >>> >>> -- >>> GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE >>> Zombie-News - cacn.de >> >> >> >> - >> Forwarded by the Webmin mailing list at >> web...@li... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |
From: Michael K. <mi...@ca...> - 2018-11-28 17:33:30
Attachments:
signature.asc
|
hello joe, Am 27.11.18 um 21:54 schrieb Joe Cooper: > Oops, I was wrong. Everything is working fine. > > Just create a new VirtualHost on port 443, and it'll have the option yes, done! Thanks Michael -- GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE Zombie-News - cacn.de |
From: Michael K. <mi...@ca...> - 2018-11-28 17:32:10
Attachments:
signature.asc
|
Hello Michael, Hello Joe, Yes, it was a "Problem" whit "mod_ssl" from Apache2 The mod was installed I given "a2enmod" and restart my Apache2 Login to Webmin, go to my Virtual Host" - i see the Button (Icon) for SSL Thanks at all Helpers... Michael TOFU (to retrace) => Am 26.11.18 um 16:42 schrieb Michael K.: > hello list, > > i will enable ssl (https) for a virtual host in webmin (apache2) > i use: webmin 1.900 > > i have a current certificate (self sign, self generate) > i go to my virtual host(s) in webmin > > i see 3 virtual hosts running > >> >> Defines the default settings for all other virtual servers, and processes any unhandled requests. > > >> Address Any >> Port Any Server Name Automatic >> Document Root /var/www/mynewvirtual > yes, i see my virtual host is up and running by http > >> Handles the name-based server on address *. >> Address Any >> Port 80 Server Name Automatic >> Document Root /var/www/html > yes, here is the default apace2 splashpage > >> Handles the name-based server on address *. >> Address Any >> Port 443 Server Name Automatic >> Document Root /var/www/mynewvirtual > > I have found a short help for setting up ssl for virtual host here: > https://www.crybit.com/how-to-install-ssl-certificate-on-webmin/ > > i read.... > >> Select the virtual host that you want to secure. >> Click on SSL options. >> Click “Yes” on Enable SSL. > > but, in my (webmin page) overview of the virtual host, i have no > "option" for enable ssl?! > > Why? > > Thanks for Help > > Michael > > > > > > > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- GnuPG Fingerprint: CF03 FC32 381F 7D6C 1734 8641 E4D8 5081 5E05 B5AE Zombie-News - cacn.de |