Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : HTTPS issue



Threaded Mode | Print  

 HTTPS issue (2 Replies, Read 30427 times)
thomasmuller
Group: Member
Post Group: Newbie
Posts: 1
Status:
How to move my configuration from HTTP to HTTPS for all connections?

-----------------------
I'm Thomas Muller and our homepage
IP: --   

HTTPS issue
suraj33
Group: Member
Post Group: Newbie
Posts: 6
Status:
Hi,

Sir, please open a support ticket with us so we can assist you better.
https://softaculous.deskuss.com
IP: --   

HTTPS issue
regardrecently
Group: Member
Post Group: Newbie
Posts: 1
Status:
Quote From : thomasmuller May 18, 2024, 9:11 am
How to move my configuration from HTTP to HTTPS for all connections?

Install an SSL/TLS Certificate
You need a valid certificate from a Certificate Authority (CA). Depending on your server software, you need to set up HTTPS:

<VirtualHost *:443>
    ServerName yourdomain.com
    SSLEngine on
    SSLCertificateFile /path/to/cert.pem
    SSLCertificateKeyFile /path/to/key.pem
    SSLCertificateChainFile /path/to/chain.pem
    DocumentRoot /var/www/html
</VirtualHost>


-----------------------
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 30, 2025, 8:33 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.577