Re: [vpp-dev] gerrit.fd.io froblem access

2018-05-15 Thread Florin Coras
Depending on the DNS server, the answer is different … 

$ dig +nocmd +noall +answer gerrit.fd.io
gerrit.fd.io.   5   IN  CNAME   dev.fd.io.
dev.fd.io.  5   IN  A   162.253.54.31
$ dig +nocmd +noall +answer gerrit.fd.io @8.8.8.8
gerrit.fd.io.   5   IN  CNAME   awscloud.fd.io.
awscloud.fd.io. 5   IN  A   52.10.107.188

Florin

> On May 15, 2018, at 3:03 PM, Florin Coras  wrote:
> 
> I’m getting in Chrome NET::ERR_CERT_COMMON_NAME_INVALID
> 
> And dig says: 
> 
> ;; ANSWER SECTION:
> gerrit.fd.io .  5   IN  CNAME   
> dev.fd.io .
> dev.fd.io .5   IN  A   
> 162.253.54.31
> 
> Florin
> 
> 
>> On May 15, 2018, at 2:50 PM, Dave Barach > > wrote:
>> 
>> You might check your DNS result for gerrit.fd.io . 
>> Here's what I see, as of a minute ago: 
>> 
>> $ dig gerrit.fd.io 
>> 
>> ; <<>> DiG 9.11.3-1ubuntu1-Ubuntu <<>> gerrit.fd.io 
>> ;; global options: +cmd
>> ;; Got answer:
>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2545
>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
>> 
>> ;; OPT PSEUDOSECTION:
>> ; EDNS: version: 0, flags:; udp: 65494
>> ;; QUESTION SECTION:
>> ;gerrit.fd.io .IN  A
>> 
>> ;; ANSWER SECTION:
>> gerrit.fd.io . 203 IN  CNAME   
>> awscloud.fd.io .
>> awscloud.fd.io . 7103IN  A   
>> 52.10.107.188
>> 
>> ;; Query time: 0 msec
>> ;; SERVER: 127.0.0.53#53(127.0.0.53)
>> ;; WHEN: Tue May 15 17:48:54 EDT 2018
>> ;; MSG SIZE  rcvd: 80
>> 
>> I see no issue with the certificate being offered by [the above version of] 
>> gerrit.fd.io .
>> 
>> HTH... Dave
>> 
>> -Original Message-
>> From: vpp-dev@lists.fd.io  > > On Behalf Of Alexey
>> Sent: Tuesday, May 15, 2018 5:17 PM
>> To: vpp-dev >
>> Subject: [vpp-dev] gerrit.fd.io  froblem access
>> 
>> The source code repositaries is problem access. 
>> 
>> 
>> Your connection is not secure
>> 
>> The owner of gerrit.fd.io  has configured their 
>> website improperly. To protect your information from being stolen, Firefox 
>> has not connected to this website.
>> 
>> This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox 
>> may only connect to it securely. As a result, it is not possible to add an 
>> exception for this certificate.
>> 
>> 
>> 
>> gerrit.fd.io  uses an invalid security certificate.
>> 
>> The certificate is only valid for docs.fd.io 
>> 
>> Error code: SSL_ERROR_BAD_CERT_DOMAIN
>> 
>> The bypass error is returned blank page.
>> 
>> 
>> 
>> 
> 
> 



Re: [vpp-dev] gerrit.fd.io froblem access

2018-05-15 Thread Demian Pecile
Its working fine from here.

Chrome 67.0.3396.40 (Build oficial) beta (64 bits) mac os x, and Safari Versión 
11.1 (13605.1.33.1.4)

Regards.

Demian

> El 15 may. 2018, a las 18:16, Alexey  
> escribió:
> 
> The source code repositaries is problem access. 
> 
> 
> Your connection is not secure
> 
> The owner of gerrit.fd.io has configured their website improperly. To protect 
> your information from being stolen, Firefox has not connected to this website.
> 
> This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox 
> may only connect to it securely. As a result, it is not possible to add an 
> exception for this certificate.
> 
> 
> 
> gerrit.fd.io uses an invalid security certificate.
> 
> The certificate is only valid for docs.fd.io
> 
> Error code: SSL_ERROR_BAD_CERT_DOMAIN
> 
> The bypass error is returned blank page.
> 
> 
> 

--
Demian Pecile
Siete Capas S.R.L.
Periodistas Neuquinos 136
Piso 4 - Dpto. A - 8300 Neuquen
Argentina
Tel +54-299-4479172 
Cel. +549-299-5833500



Re: [vpp-dev] gerrit.fd.io froblem access

2018-05-15 Thread Florin Coras
I’m getting in Chrome NET::ERR_CERT_COMMON_NAME_INVALID

And dig says: 

;; ANSWER SECTION:
gerrit.fd.io.   5   IN  CNAME   dev.fd.io.
dev.fd.io.  5   IN  A   162.253.54.31

Florin


> On May 15, 2018, at 2:50 PM, Dave Barach  wrote:
> 
> You might check your DNS result for gerrit.fd.io . 
> Here's what I see, as of a minute ago: 
> 
> $ dig gerrit.fd.io 
> 
> ; <<>> DiG 9.11.3-1ubuntu1-Ubuntu <<>> gerrit.fd.io 
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2545
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
> 
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 65494
> ;; QUESTION SECTION:
> ;gerrit.fd.io . IN  A
> 
> ;; ANSWER SECTION:
> gerrit.fd.io .  203 IN  CNAME   
> awscloud.fd.io .
> awscloud.fd.io .  7103IN  A   
> 52.10.107.188
> 
> ;; Query time: 0 msec
> ;; SERVER: 127.0.0.53#53(127.0.0.53)
> ;; WHEN: Tue May 15 17:48:54 EDT 2018
> ;; MSG SIZE  rcvd: 80
> 
> I see no issue with the certificate being offered by [the above version of] 
> gerrit.fd.io .
> 
> HTH... Dave
> 
> -Original Message-
> From: vpp-dev@lists.fd.io   > On Behalf Of Alexey
> Sent: Tuesday, May 15, 2018 5:17 PM
> To: vpp-dev >
> Subject: [vpp-dev] gerrit.fd.io  froblem access
> 
> The source code repositaries is problem access. 
> 
> 
> Your connection is not secure
> 
> The owner of gerrit.fd.io has configured their website improperly. To protect 
> your information from being stolen, Firefox has not connected to this website.
> 
> This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox 
> may only connect to it securely. As a result, it is not possible to add an 
> exception for this certificate.
> 
> 
> 
> gerrit.fd.io uses an invalid security certificate.
> 
> The certificate is only valid for docs.fd.io
> 
> Error code: SSL_ERROR_BAD_CERT_DOMAIN
> 
> The bypass error is returned blank page.
> 
> 
> 
> 
> 



Re: [vpp-dev] gerrit.fd.io froblem access

2018-05-15 Thread Dave Barach
You might check your DNS result for gerrit.fd.io. Here's what I see, as of a 
minute ago: 

$ dig gerrit.fd.io

; <<>> DiG 9.11.3-1ubuntu1-Ubuntu <<>> gerrit.fd.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2545
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;gerrit.fd.io.  IN  A

;; ANSWER SECTION:
gerrit.fd.io.   203 IN  CNAME   awscloud.fd.io.
awscloud.fd.io. 7103IN  A   52.10.107.188

;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Tue May 15 17:48:54 EDT 2018
;; MSG SIZE  rcvd: 80

I see no issue with the certificate being offered by [the above version of] 
gerrit.fd.io.

HTH... Dave

-Original Message-
From: vpp-dev@lists.fd.io  On Behalf Of Alexey
Sent: Tuesday, May 15, 2018 5:17 PM
To: vpp-dev 
Subject: [vpp-dev] gerrit.fd.io froblem access

The source code repositaries is problem access. 


Your connection is not secure

The owner of gerrit.fd.io has configured their website improperly. To protect 
your information from being stolen, Firefox has not connected to this website.

This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox 
may only connect to it securely. As a result, it is not possible to add an 
exception for this certificate.



gerrit.fd.io uses an invalid security certificate.

The certificate is only valid for docs.fd.io

Error code: SSL_ERROR_BAD_CERT_DOMAIN

The bypass error is returned blank page.




-=-=-=-=-=-=-=-=-=-=-=-
Links:

You receive all messages sent to this group.

View/Reply Online (#9293): https://lists.fd.io/g/vpp-dev/message/9293
View All Messages In Topic (2): https://lists.fd.io/g/vpp-dev/topic/19238145
Mute This Topic: https://lists.fd.io/mt/19238145/21656
New Topic: https://lists.fd.io/g/vpp-dev/post

Change Your Subscription: https://lists.fd.io/g/vpp-dev/editsub/21656
Group Home: https://lists.fd.io/g/vpp-dev
Contact Group Owner: vpp-dev+ow...@lists.fd.io
Terms of Service: https://lists.fd.io/static/tos
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub
-=-=-=-=-=-=-=-=-=-=-=-