Can i use fsockopen to sites with sll?
Moderator: General Moderators
- visonardo
- Forum Contributor
- Posts: 136
- Joined: Mon Oct 02, 2006 7:49 pm
- Location: Argentina, South America´s Sun.
Can i use fsockopen to sites with sll?
Im using an script that import msn´s emails, but the problem is that with sll, it has curl but i dont know how fix that. I was thinking to do all curl sintax directly with fsockopen like we do with single sites.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
I assume you mean SSL?
Code: Select all
$sock = fsockopen("ssl://server", .....);