digitalmars.D - run.dlang.org does not work
- bauss (4/4) Nov 15 2022 Seems to be a certificate error.
- Imperatorn (3/7) Nov 15 2022 Use this in the meantime:
- bauss (3/7) Nov 15 2022 Seems to be only in chrome that it doesn't, worked in another
- Steven Schveighoffer (3/8) Nov 15 2022 I didn't know run.dlang.org was a thing, I always use run.dlang.io.
- jmh530 (4/14) Nov 15 2022 I'm the reverse, always used to use run.dlang.org and now have to
- Petar Kirov [ZombineDev] (10/14) Nov 15 2022 https://run.dlang.io has always been the official one URL. My
- jmh530 (5/21) Nov 15 2022 Not sure if it needs time for the DNS to propagate on this or
- Petar Kirov [ZombineDev] (5/30) Nov 15 2022 :facepalm: I can't believe I didn't notice that... (that should
Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.
Nov 15 2022
On Tuesday, 15 November 2022 at 14:00:58 UTC, bauss wrote:Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.Use this in the meantime: https://run.dlang.io/
Nov 15 2022
On Tuesday, 15 November 2022 at 14:00:58 UTC, bauss wrote:Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.Seems to be only in chrome that it doesn't, worked in another browser.
Nov 15 2022
On 11/15/22 9:00 AM, bauss wrote:Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.I didn't know run.dlang.org was a thing, I always use run.dlang.io. -Steve
Nov 15 2022
On Tuesday, 15 November 2022 at 15:25:33 UTC, Steven Schveighoffer wrote:On 11/15/22 9:00 AM, bauss wrote:I'm the reverse, always used to use run.dlang.org and now have to remember to use run.dlang.io...Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.I didn't know run.dlang.org was a thing, I always use run.dlang.io. -Steve
Nov 15 2022
On Tuesday, 15 November 2022 at 14:00:58 UTC, bauss wrote:Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.https://run.dlang.io has always been the official one URL. My guess it that people have mistyped / misremembered run.dlang.io -> run.dlang.org and after a while the wrong name has spread. Anyway, I think it makes sense to have the services also available from the dlang.org domain, so I have added updated the DNS record and I have successfully requested a certificate for run.dlang.org. TL;DR https://run.dlang.org should now work (give or take some time for the DNS changes to propagate).
Nov 15 2022
On Tuesday, 15 November 2022 at 15:56:41 UTC, Petar Kirov [ZombineDev] wrote:On Tuesday, 15 November 2022 at 14:00:58 UTC, bauss wrote:Not sure if it needs time for the DNS to propagate on this or not, but the `run.dlang.org` page is looking like the `tour.dlang.org` page when I pull it up now.Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.https://run.dlang.io has always been the official one URL. My guess it that people have mistyped / misremembered run.dlang.io -> run.dlang.org and after a while the wrong name has spread. Anyway, I think it makes sense to have the services also available from the dlang.org domain, so I have added updated the DNS record and I have successfully requested a certificate for run.dlang.org. TL;DR https://run.dlang.org should now work (give or take some time for the DNS changes to propagate).
Nov 15 2022
On Tuesday, 15 November 2022 at 16:04:40 UTC, jmh530 wrote:On Tuesday, 15 November 2022 at 15:56:41 UTC, Petar Kirov [ZombineDev] wrote::facepalm: I can't believe I didn't notice that... (that should teach me not do other stuff in the middle of a release at work :D) Let see if this does the trick: https://github.com/dlang-tour/core/pull/779On Tuesday, 15 November 2022 at 14:00:58 UTC, bauss wrote:Not sure if it needs time for the DNS to propagate on this or not, but the `run.dlang.org` page is looking like the `tour.dlang.org` page when I pull it up now.Seems to be a certificate error. Can somebody fix that please? :) I use it kind of a lot to test and prototype small things on the go.https://run.dlang.io has always been the official one URL. My guess it that people have mistyped / misremembered run.dlang.io -> run.dlang.org and after a while the wrong name has spread. Anyway, I think it makes sense to have the services also available from the dlang.org domain, so I have added updated the DNS record and I have successfully requested a certificate for run.dlang.org. TL;DR https://run.dlang.org should now work (give or take some time for the DNS changes to propagate).
Nov 15 2022