Hello, I am developing an Android app. That is why I need to use XAMPP. Android demands SLL certification. In the end I found something to do it for localhost. This page: https://shellcreeper.com/how-to-create-valid-ssl-in-localhost-for-xampp/
My issue is when I access from https://localhost that is okay. However, if I use https://192.168.0.1x (so I need to do it in order to access it from Android simulator) I get "connection not secure" error again. I do not know what to do. Anyone has idea ?