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

Categories

0 votes
2.5k views
in Technique[技术] by (71.8m points)

ip geolocation - ipgeoloction returns Could not create SSL/TLS secure channel

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...