domain don't work???

Don't know about the www, but
1) boschwebservice.nl doesn't have a PTR record in the nameserver.

Here's my output from dig:
Code:
; <<>> DiG 8.3 <<>> @ns1.boschwebservice.nl boschwebservice.nl any 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3
;; QUERY SECTION:
;;      boschwebservice.nl, type = ANY, class = IN

;; ANSWER SECTION:
boschwebservice.nl.     4H IN MX        10 mail.boschwebservice.nl.
boschwebservice.nl.     4H IN TXT       "v=spf1 -all"
boschwebservice.nl.     4H IN SOA       ns1.boschwebservice.nl. root.boschwebservice.nl. (
                                        2004121600      ; serial
                                        2H              ; refresh
                                        1H              ; retry
                                        2W              ; expiry
                                        1D )            ; minimum

boschwebservice.nl.     4H IN NS        ns1.boschwebservice.nl.
boschwebservice.nl.     4H IN NS        ns2.boschwebservice.nl.

;; ADDITIONAL SECTION:
mail.boschwebservice.nl.  4H IN A  217.170.21.56
ns1.boschwebservice.nl.  4H IN A  217.170.21.56
ns2.boschwebservice.nl.  4H IN A  217.170.21.57

;; Total query time: 322 msec
;; FROM: Stormy to SERVER: ns1.boschwebservice.nl  217.170.21.56
;; WHEN: Sun Dec 19 15:05:21 2004
;; MSG SIZE  sent: 36  rcvd: 206

I would have expeted to see a record like
Code:
boschwebservices.nl.              4H IN A         217.170.21.56
after the "ANSWER SECTION".

2) the certificate for the https is from Comodo. So I see it, but my browser doesn't trust it!
 
Last edited:
Thanks for replay, this is my DNS in the admin for boschwebservice.nl:

boschwebservice.nl A 217.170.21.56
localhost A 127.0.0.1
ns1.boschwebservice.nl. A 217.170.21.56
ns2.boschwebservice.nl. A 217.170.21.57
pop A 217.170.21.56
boschwebservice.nl. NS ns1.boschwebservice.nl.
boschwebservice.nl. NS ns2.boschwebservice.nl.
mail MX 10
ftp CNAME boschwebservice.nl.
mail CNAME boschwebservice.nl.
www CNAME boschwebservice.nl.

stil don't work....
:confused:
 
This are the results:

www.boschwebservice.nl (i'm sorry it's in dutch language):

Pingen naar www.boschwebservice.nl [217.170.21.56] met 32 byte gegevens:

Antwoord van 217.170.21.56: bytes=32 tijd=12 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=11 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=12 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=11 ms TTL=57

Ping-statistieken voor 217.170.21.56:
Pakketten: verzonden = 4, ontvangen = 4, verloren = 0
(0% verlies).De gemiddelde tijd voor het uitvoeren van één bewerking in mill
iseconden:
Minimum = 11ms, Maximum = 12ms, Gemiddelde = 11ms

boschwebservice.nl :

Pingen naar www.boschwebservice.nl [217.170.21.56] met 32 byte gegevens:

Antwoord van 217.170.21.56: bytes=32 tijd=12 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=11 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=12 ms TTL=57
Antwoord van 217.170.21.56: bytes=32 tijd=11 ms TTL=57

Ping-statistieken voor 217.170.21.56:
Pakketten: verzonden = 4, ontvangen = 4, verloren = 0
(0% verlies).De gemiddelde tijd voor het uitvoeren van één bewerking in mill
iseconden:
Minimum = 11ms, Maximum = 12ms, Gemiddelde = 11ms

Nameserver check:

errors=0, warnings=2, informational=0

* domein boschwebservice.nl.

* nameserver ns1.boschwebservice.nl./217.170.21.56

W SOA refresh (7200) < 4 uur (zie RFC1537)

* nameserver ns2.boschwebservice.nl./217.170.21.57

W SOA refresh (7200) < 4 uur (zie RFC1537)



????????
 
Mausie wrote:

Thanks for replay, this is my DNS in the admin for boschwebservice.nl:

boschwebservice.nl A 217.170.21.56
localhost A 127.0.0.1

You are missing the dot (period) after the "nl" in your A record. ;)

It should look like:
Code:
boschwebservice.nl. A 217.170.21.56
 
I sold the problem, it the htaccess: Directory index...

But the certificate don't still work! I followed all the instructions as per the site-helper.com secure server pages. When I using https://www.boschwebservice.nl/, i get a pop-up box saying untrusted :confused: The domain has a owbed ip, admin owner and i 've more domains on that ip...
 
Back
Top