I need disable https
Hi how can disable https and use only http? I need for my java program use http
yzhacker
do you mean how to remove .html extinsion?
HyroSK
No i mean disable https @qerewrad
Example:
no use https://asd.com
use http://asd.com
I need use http.
HyroSK
i dont WANT REMOVE [email protected]
You cannot turn it off; it's automatic. Your Java error means that you haven't included your certificate path. If you get the same error when requesting to "https://example.com", you need to link your certificate list file. Otherwise, you may have a configuration error.
How link certificate list file @19wintersp
@HyroSK Are you running this locally, or on Replit?
I'm doing a minecraft client and I'm trying to make a login system for a private client but when it's https then it throws this error and I don't know how to implement the certificate in the [email protected]
@HyroSK I'm still not sure exactly what you mean. If you want to link the certificate path, see this.