Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Agregar SSL / HTTPS en Xampp  (Visto 1945 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline markxj6 Posteado: May 25, 2021, 12:38:53 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 1520
  • ro


En este tutorial estoy usando XAMPP 5.6, pero se adapta a cualquier versión de XAMPP.

Solo sigue los pasos y no habrá problemas, normalmente necesitamos https / ssl para tener un sitio web alojado en nuestro xampp con notoriedad, para que podamos publicar libremente enlaces como en facebook e instagram sin problemas de spam o enlace malicioso.

Vamos?  boxing


Primero debemos verificar si tenemos el archivo V3.ext en el directorio C: / xampp / apache. Si no lo tiene, debe crearlo. Este archivo tiene el siguiente contenido que puede copiar y pegar:

Code: [Select]
C:/xampp/apache/v3.ext



Debe verificar el archivo makecert.bat y agregar -sha256 -extfile v3.ext al final de la línea con el siguiente contenido: bin \ openssl x509 -in server.csr -out server.crt -req -signkey server.key -días 500.

Code: [Select]
C:/xampp/apache/vmakecert.bat

Code: [Select]
@echo off
set OPENSSL_CONF=./conf/openssl.cnf

if not exist .\conf\ssl.crt mkdir .\conf\ssl.crt
if not exist .\conf\ssl.key mkdir .\conf\ssl.key

bin\openssl req -new -out server.csr
bin\openssl rsa -in privkey.pem -out server.key
bin\openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 500 -sha256 -extfile v3.ext

set OPENSSL_CONF=
del .rnd
del privkey.pem
del server.csr

move /y server.crt .\conf\ssl.crt
move /y server.key .\conf\ssl.key

echo.
echo -----
echo Das Zertifikat wurde erstellt.
echo The certificate was provided.
echo.
pause


Saludos
 cool2


Offline clockbooster #1 Posteado: June 03, 2021, 01:31:40 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 56
  • ph
can you add or make a video on adding cloudfare ssl in xampp ?

clockboosterPHC#1450


DISCORD

Offline bollanog #2 Posteado: June 04, 2021, 01:34:24 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 102
  • Gracias recibida: 73
  • ve
can you add or make a video on adding cloudfare ssl in xampp ?

Buenas tarde chequea este tutorial  https://tuservermu.com.ve/index.php?topic=42324.0 puedes apuntar tu servidor con tu ip publica con un registro de tipo A o con tu noip con registro de tipo CNAME en el cloudfare

Good afternoon, check this tutorial https://tuservermu.com.ve/index.php?topic=42324.0 you can point your server with your public ip with a type A record or with your noip with a CNAME type record in the cloudfare


Offline clockbooster #3 Posteado: June 05, 2021, 12:03:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 56
  • ph
can you add or make a video on adding cloudfare ssl in xampp ?

Buenas tarde chequea este tutorial  https://tuservermu.com.ve/index.php?topic=42324.0 puedes apuntar tu servidor con tu ip publica con un registro de tipo A o con tu noip con registro de tipo CNAME en el cloudfare

Good afternoon, check this tutorial https://tuservermu.com.ve/index.php?topic=42324.0 you can point your server with your public ip with a type A record or with your noip with a CNAME type record in the cloudfare
yes but i want a cloudfare ssl in my xampp server to have fully encrypt

clockboosterPHC#1450


DISCORD

Offline bollanog #4 Posteado: June 05, 2021, 05:57:52 PM | Modificado: June 05, 2021, 06:21:47 PM by bollanog

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 102
  • Gracias recibida: 73
  • ve
can you add or make a video on adding cloudfare ssl in xampp ?

Buenas tarde chequea este tutorial  https://tuservermu.com.ve/index.php?topic=42324.0 puedes apuntar tu servidor con tu ip publica con un registro de tipo A o con tu noip con registro de tipo CNAME en el cloudfare

Good afternoon, check this tutorial https://tuservermu.com.ve/index.php?topic=42324.0 you can point your server with your public ip with a type A record or with your noip with a CNAME type record in the cloudfare
yes but i want a cloudfare ssl in my xampp server to have fully encrypt

1) It can be used with ssl targeting and then activating cloudflare ssl from the SSL / TLS panel, then go to SSL / TLS encryption mode is Flexible and select Flexible
Encrypt the traffic between the browser and Cloudflare, below activate SSL / TLS Recommender, in the Perimeter Certificates tab activate Always use HTTPS.
2) I think it is the one you need is to go to the cloudflare ssl from the SSL / TLS panel then in Origin Server, create a certificate and I recommend that in validity use 1 year and then create. Once created, copy the keys and the certificate and install it in your xampp.

Gracias:


Offline markxj6 #5 Posteado: June 05, 2021, 11:02:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 1520
  • ro
can you add or make a video on adding cloudfare ssl in xampp ?

I can try friend, soon I'll post something about!  cool2

Gracias:


Offline markxj6 #6 Posteado: June 05, 2021, 11:04:48 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 1520
  • ro
can you add or make a video on adding cloudfare ssl in xampp ?

Buenas tarde chequea este tutorial  https://tuservermu.com.ve/index.php?topic=42324.0 puedes apuntar tu servidor con tu ip publica con un registro de tipo A o con tu noip con registro de tipo CNAME en el cloudfare

Good afternoon, check this tutorial https://tuservermu.com.ve/index.php?topic=42324.0 you can point your server with your public ip with a type A record or with your noip with a CNAME type record in the cloudfare

I will study about friend, soon I will post something.
Follow the forum, greetings!  cool2


Offline clockbooster #7 Posteado: June 06, 2021, 02:45:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 56
  • ph
can you add or make a video on adding cloudfare ssl in xampp ?

I can try friend, soon I'll post something about!  cool2

thanks bro and please also add some video on how to make xammp server in windows more secure ^^ thanks bro

clockboosterPHC#1450


DISCORD

Offline clockbooster #8 Posteado: June 06, 2021, 02:47:00 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 56
  • ph
can you add or make a video on adding cloudfare ssl in xampp ?

Buenas tarde chequea este tutorial  https://tuservermu.com.ve/index.php?topic=42324.0 puedes apuntar tu servidor con tu ip publica con un registro de tipo A o con tu noip con registro de tipo CNAME en el cloudfare

Good afternoon, check this tutorial https://tuservermu.com.ve/index.php?topic=42324.0 you can point your server with your public ip with a type A record or with your noip with a CNAME type record in the cloudfare
yes but i want a cloudfare ssl in my xampp server to have fully encrypt

1) It can be used with ssl targeting and then activating cloudflare ssl from the SSL / TLS panel, then go to SSL / TLS encryption mode is Flexible and select Flexible
Encrypt the traffic between the browser and Cloudflare, below activate SSL / TLS Recommender, in the Perimeter Certificates tab activate Always use HTTPS.
2) I think it is the one you need is to go to the cloudflare ssl from the SSL / TLS panel then in Origin Server, create a certificate and I recommend that in validity use 1 year and then create. Once created, copy the keys and the certificate and install it in your xampp.
yes the number 2 option is what i want the couldfare ssl in xampp to use fully secure encrypt not the flexible one

clockboosterPHC#1450


DISCORD

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
955 Views
Last post February 17, 2018, 08:05:48 PM
by Pumperman
0 Replies
496 Views
Last post July 05, 2020, 11:24:28 PM
by Sektormk3u
0 Replies
444 Views
Last post November 24, 2020, 07:32:45 AM
by mgo18
0 Replies
378 Views
Last post April 29, 2022, 09:29:48 PM
by marinetmarinet