Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

This seems to be a similar problems as stated in another question. My call to

geoData = FunctionsClass.GetGeoLocation(IPAddress); 

in my development platform (Windows 10) works great. in my production server I get the catch( error exception):

The request was aborted: Could not create SSL/TLS secure channel.

for this website I do not have an SSL Certificate, it's port 80 only. The docs state they use SSL, but I would assume it's an SSL call to their API.

Do I need port 443 and a Cert, or is this something else?

Thanks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...