Comments on: Secure Discovery with Spring Cloud Netflix Eureka https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/ Java, Spring, Kotlin, microservices, Kubernetes, containers Thu, 02 Jun 2022 14:34:39 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Diolix https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-1582 Thu, 02 Jun 2022 14:34:39 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-1582 Thanks so much for reply 🙂

The version of spring boot is 2.7.0
the cloud version is 2021.0.3

When I enable the server or the client, it’s done in the main class by adding respectively the annotation @EnableEurekaServer or @EnableEurekaClient

So most of your code doesn’t work anymore 🙁

So fare as I did I could make the server works, and there is no big difference form you course. And on the client side nothing work and it’s difficult to make it works. (I’m sure because I’m a nooby in it 😀 )

If you want I can live the github link, if you want to take a look at it.

]]>
By: piotr.minkowski https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-1580 Thu, 02 Jun 2022 08:03:43 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-1580 In reply to Diolix.

Hello,
Can you point out what has changed there?

]]>
By: Diolix https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-1575 Wed, 01 Jun 2022 09:30:33 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-1575 It’s a good course but too old 🙁

Can’t you update it ?

Thanks

]]>
By: hossein mahdavi https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-520 Mon, 11 Nov 2019 07:51:29 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-520 In reply to Piotr MiƄkowski.

hi piotr
i have this problem too .
every tings are fine . discovery and client connected on https mode
but when i want to explore it on the chrome , mismatch error is showing
can you help us friend ?

]]>
By: Rob Faber https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-519 Fri, 10 May 2019 11:25:35 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-519 Piotr,
Nice article! I see an issue with your eureka.instance configuration on the client (Chapter 6).
You explicitly reference ‘localhost’ in the statusPageUrl, healthCheckUrl and homePageUrl. Although this works locally, how would you set this up in a real environment? There you cannot reference to localhost because then the links from eureka to this service will not be correct.

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-514 Tue, 30 Oct 2018 22:38:17 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-514 In reply to Sadun Samintha.

You mean ERR_SSL_VERSION_OR_CIPHER_MISMATCH error?

]]>
By: Sadun Samintha https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-513 Tue, 30 Oct 2018 09:13:02 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-513 In reply to Piotr MiƄkowski.

I got same issue too. I import complete application as one project and run eureka server first of all. I couldn’t log into eureka dashboard because of above error. Then run client but client couldn’t register with eureka. Could you please help me to resolve this?

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-512 Sun, 23 Sep 2018 08:17:57 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-512 In reply to Stanislav.

Hi,
How did you run it?

]]>
By: Stanislav https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/#comment-511 Wed, 19 Sep 2018 12:30:07 +0000 https://piotrminkowski.wordpress.com/?p=6600#comment-511 I checked out the sample project and started eureka and opened it with https://localhost:8761 but got a ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. Any idea why?

]]>