Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PargonianKnight

Pages: [1]
1
SSL / Re: All domains getting ssl error
« on: April 07, 2021, 01:12:04 AM »
the fix for this problem was:
setup nat-ed mode

2
SSL / All domains getting ssl error
« on: April 07, 2021, 01:07:04 AM »
Hello, i moved to my own server from my vps and now im having issue with ssl maybe its just something else to do with ssl certs but if anyone has any other answer please let me know

NOTE: MY SSL WORKS ON THE WEB PANEL

error my domains are giving:
Code: [Select]
ERR_SSL_PROTOCOL_ERROR
domain to check the error:
https://pargoniacraft.com

3
DNS / SRV records not working
« on: April 04, 2021, 03:51:12 AM »
Hello, ive got everything to seem to work fine for right now, but when i try to set a srv record for a clients minecraft server it doesnt show up in dns lookup anywhere no matter what i do. can anyone show me the correct way to set this up.

Code: [Select]
minecraft 60 IN A 51.195.188.144
_minecraft._tcp.play.  IN SRV 0 5 80 minecraft.elementia.tk.


dns result (using the servers own dns via keycdn)
Code: [Select]
; <<>> DiG 9.16.1-Ubuntu <<>> +additional play.elementia.tk @135.148.88.186
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 19590
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: 7fe1ae1cbb828b186eac3cf860693846a3e139c68e1f02ef (good)
;; QUESTION SECTION:
;play.elementia.tk. IN A

;; AUTHORITY SECTION:
elementia.tk. 86400 IN SOA ns1.pargonia.club. postmaster.elementia.tk. 2021040421 3600 7200 1209600 86400

;; Query time: 100 msec
;; SERVER: 135.148.88.186#53(135.148.88.186)
;; WHEN: Sun Apr 04 03:53:42 UTC 2021
;; MSG SIZE  rcvd: 138

so its pretty much just registering out as nx domain

Pages: [1]