I use Apache for HTTP requests for my android app but I got a little problem that I can't find a solution. I'm able to do a get request to a website URL like google or stuff like that but I can't do the same for my server on a Docker with an Url like "https://xxx.xxx.xxx.xxx/api..." I get this error:
System.err: javax.net.ssl.SSLException: Certificate for <xxx.xxx.xxx.xxx> doesn't contain CN or DNS subjectAlt
Does anyone have a solution for me in order to be able to make requests to my docker? thanks,