Hello,with Eclipse 4.28 https will be enforced by Eclipse by default. The Eclipse installer is already doing this. See Eclipse Project 4.28 - New and Noteworthy | The Eclipse Foundation and 581914 – Allow HTTP Protocol for P2-Repositories (eclipse.org).
Unfortunately the EclEmma update site is documented to beThis will be rewritten by Eclipse toBut access fails due to a certificate mismatch, the presented certificate is for *.s3.amazonaws.com.This broke our automated installation procedure already and will break updates on existing installations once they have been updated to 4.28.
I think it is required to fix TLS setup with a certifacate that matches the domain name.
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/31be4e5d-3dfc-4393-91b5-8573ba0868b9n%40googlegroups.com.
setting up SSL termination on AWS with Cloudfront would be quite eays, I run a couple of sites with this setup. But to issue the AWS SSL Certificate we need to host the domain in our own Route53 Zone.
In this case question - can CloudFront be configured to use a non "AWS SSL Certificate"?
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/f3166cc6-1e50-4847-918d-3e1d81c449c3n%40googlegroups.com.
In this case question - can CloudFront be configured to use a non "AWS SSL Certificate"?Sure this is possible, you can import your own certificates in AWS certificate manager, which is used by CloudFront. But which certificate would you use for this that does not require regular rotation like let’s encrypt?Therefore I only see two options:a) We host the update site. For this we also need to host the eclemma.com DNS Zone so AWS certificate manager can do all the magic automatically for us.
b) Eclipse foundation hosts the site and manages the certificatesMaybe we just ask Eclipse IT what would be their preferred solution.
Or just the subdomain update.eclemma.org ? 😉 which IMO might be a nice trade-off
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAEPFu69e4VdjMbfxH0b8OiHnZKQ3xEuuq5inyAOyNkkRcxnk%3DQ%40mail.gmail.com.
Or just the subdomain update.eclemma.org ? 😉 which IMO might be a nice trade-offTechnically that should work. What is the best option to get in touch with EO IT? Opening a ticket?
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/55fa9cf7-0c0f-43a7-b6d3-0c6e4542cb5dn%40googlegroups.com.
I will do!
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/B306522C-9DD1-4809-B375-AC8648940966%40mountainminds.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAEPFu6-YoYaB0vp3tioK-U1YPwzDG04winpmnHgazP9ekaJ-og%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/8F475114-D5F9-4FC7-974D-C06F37F27EA8%40mountainminds.com.
Hi Evgeny,according to EO we have two options:a) Continue hosting update.eclemma.org ourselfs. Eclipse will point to our DNS server.b) Move the update site to https://download.eclipse.orgBoth options work for me. What are your preferences?