How? I don't know it is a hard task!!!
On Friday, September 25, 2020, 04:03:45 PM GMT+3:30, Jonathon Koyle <[email protected]> wrote: Let's Encrypt does issue certs with SAN, but you would have to specify the IP in your CSR, what that looks like depends on what LE you areĀ using. On Thu, Sep 24, 2020, 11:28 AM Jason Long <[email protected]> wrote: > I'm using Let's Encrypt. Is it not enough? > > > > > > > On Thursday, September 24, 2020, 08:45:06 PM GMT+3:30, Eric Covener > <[email protected]> wrote: > > > > > > Use a certificate valid for (SAN entry) your IP or don't access the > server via the IP. > > On Thu, Sep 24, 2020 at 11:26 AM Jason Long <[email protected]> > wrote: >> >> How can I solve it? >> >> >> >> >> >> >> On Thursday, September 24, 2020, 06:54:08 PM GMT+3:30, Eric Covener >> <[email protected]> wrote: >> >> >> >> >> >> This is not avoidable. >> The SSL handshake is always going to happen before the server has any >> chance to redirect a request. >> >> On Thu, Sep 24, 2020 at 11:20 AM Jason Long <[email protected]> >> wrote: >> > >> > I added an [OR] an the end of "RewriteCond %{SERVER_NAME} >> > =www.example.net" line but not matter. >> > When I browse my website by its IP address then browser show me "Your >> > connection is not private". >> > >> > >> > >> > >> > >> > On Thursday, September 24, 2020, 06:40:46 PM GMT+3:30, Eric Covener >> > <[email protected]> wrote: >> > >> > >> > >> > >> > >> > On Tue, Sep 22, 2020 at 3:38 AM Jason Long <[email protected]> >> > wrote: >> > > >> > > Hello, >> > > When I visit my website by its IP address the welcome page of Apache >> > > showed, but with "https://domain-name.net" everything is OK. How can I >> > > block direct access by IP or forward it to domain? >> > > I enabled "mod_rewrite" and my Virtual Host config is: >> > > >> > > RewriteEngine on >> > > RewriteCond %{SERVER_NAME} =mydomain.com [OR] >> > > RewriteCond %{SERVER_NAME} =www.mydomain.com >> > > RewriteCond %{HTTP_HOST} ^"Server IP Address" >> > >> > Missing an [OR[ here on 2nd condition? >> > >> > >> > > RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] >> > > >> > > But problem not solved. >> > > Thank you. >> > >> > > >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: [email protected] >> > > For additional commands, e-mail: [email protected] >> > > >> > >> > >> > -- >> > Eric Covener >> > [email protected] >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] > >> >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> >> -- >> Eric Covener >> [email protected] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
