thanks, seems like warosu is down atm so will try it later
Chase Roberts
The cert that gets created from the chain.link docs is for local access only. To use https on AWS you need to get a real certificate from somewhere like letsencrypt.org.
Sebastian Roberts
im a fucking idiot, TLS cert path was wrong (.chainlink-ropsten instead)
yet it's still not working AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
is it because brave browser/ chrome automatically alters http:// to https:// ?
Grayson Evans
>ALLOW_ORIGINS=* wew lad
Blake Bell
Well this is another completely different error that's usually browser related. If you can get back to the OP pic you can just accept the warning and the dashboard should come up with http and say "not secure"
Joseph Anderson
This looks like a thread for Jow Forums Here we just shitpost about scams sorry for the confusion
Follow the instructions here docs.chain.link/docs/enabling-https-connections again verbatim and use the same config you posted. That should get you to the OP image again and just click advanced and accept. This is just because you created a self-signed certificate and is expected behavior. I think there was a recent change and chainlink nodes no longer accept http by default only https.
Robert Thompson
Buddy are you here? On that screen click through "advanced" and click "show anyway"
If you run locally they'll work. If you try to connect to a remote machine. ie. AWS then it will fail with an invalid cert because Chrome will not accept a self-signed cert anymore. You could also try Firefox and accept the exception.
Christopher Gray
what command are you using to start the site?
Did you modify the config to be in DEV mode, that is only way http-only works
Accepting the connection via Firefox was not ideal, you want a publicly valid certificate long term. Since you are on aws, you don't own the IP. I would buy a domain name OP. Easiest way.
Samuel Flores
Yes, if you want a production setup buy a domain and get a real cert. But since mainnets not out yet it's kinda pointless right now. Just get to the dashboard by whatever works for testing.
Dylan Robinson
cheers anons. Turns out some browsers just ignores http requests and converts them to https.
Used vivaldi and dashboard showed up. adding /signin to the end of your address works too
hopefully configuring for https would go smoothly...
Jaxson Nelson
Just know how to set up a domain for your instance before mainnet, not hard but worth looking at if you've never done it.
Aaron Gutierrez
If he struggled with this he's not going to figure out how to set up a domain for his node.
Adam King
tldr: >make sure to set CHAINLINK_DEV=true in .env for http >custom UDP and TCP port on 6688 in aws security group >try different browsers
not going to touch https for now, shit just keeps breaking. pretty comfy learning process overall