HiveMinds / SSL4Tor

Creates self-signed SLL/https certificates for your own tor website/onion domain.
GNU Affero General Public License v3.0
1 stars 1 forks source link

RX record too long at https:localhost #2

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago
qemu-system-x86_64 --enable-kvm -m 4096 -machine smm=off -boot order=d ubuntu22_1.img -smp 4 \
  -chardev qemu-vdagent,id=ch1,name=vdagent,clipboard=on \
  -device virtio-serial-pci \
  -device virtserialport,chardev=ch1,id=ch1,name=com.redhat.spice.0

After starting QEMU and creating the ssl cert for the onion with:

python3 src/*/*.py
# To access a local project running on localhost:8050 via: <code>.onion:443
./src/main.sh -mo -n gitlab -lpp 8050 -ppo 443
./src/main.sh -ms -n gitlab -sp somepassword
# Remove tor and accompanying files.
./src/main.sh -do -n gitlab

One gets the ssl record too long when one visits: https:localhost:443

Resolve it, then test the onion domain again.

a-t-0 commented 1 year ago

Added ssl cert to Dash app to resolve this.