Forbidden Era

Results 93 comments of Forbidden Era

I also should say I still can't drop the --insecure-registry even though I've added my CA to the host & to docker.. I showed how I generated above as well,...

If I specify a port, docker uses https (whether that port is say, 5000 or 443) If I don't docker defaults to http and port 80 - though it SEEMS...

Yeah, I can login but not push when ssl is on 80.. have to specify port manually. :(

I may have not restarted my docker daemon after giving it the cert as the ssl is working properly now. I hope, while not actually a real issue, this helps...

@danielschwartz My issue was not restarting the Docker daemon after providing the cert in /etc/docker/certs.d/... Also, make sure that you're specifying the protocol & port. I had issues not specifying...

Also, EDIT: Apparently, I started typing something here..and I don't remember what. Sorry. Did you ever get it working @danielschwartz

This is also an issue on some other pages; I noticed on insertAt; for the links to spliceAt, deleteAt, changeAt ![image](https://user-images.githubusercontent.com/7980490/163746873-3b6001f7-74a0-4643-9b10-f64e0cf0dbfb.png)

I would think this is by design; you're transforming XML. Personally, I prefer serving the result as XHTML5 (application/xhtml+xml)

I also want to know? You, could, in theory, force them into your xml before processing..but shouldn't have to

I'm seeing this issue on `8.5.5` currently; removing `node_modules` and `package-lock.json` and doing `npm install` does install the overridden dependencies, however, I'm also seeing a different, potentially related issue here....