HTTPS issues

NoCapApps

Member
Messages
45
Reaction score
2
Points
8
I am working on making an http request from an app to a php file in my web server, but the SSL doesn't seem to work outside of a web browser, and I can't use HTTP instead of HTTPS.
 

spacresx

Community Advocate
Community Support
Messages
2,199
Reaction score
195
Points
63
https works ok, http gets caught with cloudflares ray firewall.
the problem would be your cloudflare settings
 

NoCapApps

Member
Messages
45
Reaction score
2
Points
8
https works ok, http gets caught with cloudflares ray firewall.
the problem would be your cloudflare settings
How can I change the Cloudflare settings? I found that I was able to make an http request through an app similar to postman with https once. now, when I make an https request, the outcome is blank. I can make an http request, and it works about half the time.
 
Last edited:

spacresx

Community Advocate
Community Support
Messages
2,199
Reaction score
195
Points
63
it may even be an issue with the app your trying to use.
 

NoCapApps

Member
Messages
45
Reaction score
2
Points
8
I am also getting an error from Xcode saying that an SSL error occurred and a secure connection couldn't be created.
 

spacresx

Community Advocate
Community Support
Messages
2,199
Reaction score
195
Points
63
x10 usually dont provide support for scripts people use.
xcode has support forums also that may be helpful
 
Top