--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/f1770adf-8373-4f55-b74d-1fd4f3ea7e2b%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
<Dockerfile>
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/27E76C21-01C0-4915-9AB5-2514CAAB8334%40aschemann.net.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAJ3CKwhfF5_KvmWGUdE6hAXW3MacSP1H8KGP-h5-KKd75_F3%3Dw%40mail.gmail.com.
Thanks for all of the replies.I have tried using the --insecure-registry option and that did not work.
I also tried the instructions instructions mentioned in the article about Self-Signed certificates, and that did not seem to work either.I have tried using a docker image and tried setting up just a regular VM and I still have not been able to successfully get the self-signed certificate stuff to work. On the machine that has docker when ever I try and do a search I get the error "x509 certificate signed by unknown authority"So either I am passing in the wrong CN name, which I think is just the machine name (but I have tried the machine name, just the domain name, and the fully qualified machine name). For example, if my machine had the following qualified name testmachine.mydomain.foo.com for the CN name you would pass in "testmachine" correct and not "mydomain.foo.com"?
keytool -printcert -sslserver testmachine.mydomain.foo.com
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAC16qPhNDWw-j1%2B-Wd9-NL625S%3DXjz3OajjQWVfe8WjoiA_ZFw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAPCjjnFgx9%3DvQniC6yvCY5vr5Aogjtu74SvUzJ5NGv9T_%2BqYig%40mail.gmail.com.
The output of keytool -printcert -sslserver <machineName>- is no certificate from ssl serverThe output of : keytool -printcert -sslserver <machineName>:18443
All,
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/65d52568-eb45-4af5-b55b-06de754b132d%40glists.sonatype.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
Hi,
Thanks for your reply. I gone through the link which you shared. In my case, whats the values of ${NEXUS_DOMAIN}, ${NEXUS_IP_ADDRESS} & ${SSL_PORT}. My docker host ip address is 10.0.0.5. Nexus doesn't have any domain name.
On Wednesday, 7 December 2016 12:18:59 UTC-6, Rich Seddon wrote:Are you using a self signed certificate in Nexus? Docker is really picky about certificates, a simple self signed certificate won't work. See here for details:
-ext "SAN=DNS:localhost,IP:10.0.0.5"
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/ed7620c4-f500-46b6-8529-9ed66aaca44b%40glists.sonatype.com.